module Benchmark::Trend::Clock

def now

Other tags:
    Api: - private
def now
  Process.clock_gettime(Process::CLOCK_MONOTONIC)
end