class ActiveSupport::Notifications::Event

def now

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