module Listen::MonotonicTime

def now

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

def now

def now
  Process.clock_gettime(Process::CLOCK_MONOTONIC_RAW)
end

def now

def now
  Time.now.to_f
end