class Liquid::Profiler

def monotonic_time

def monotonic_time
  Process.clock_gettime(Process::CLOCK_MONOTONIC)
end