class ActiveSupport::Notifications::Event

def now_cpu

def now_cpu
  Process.clock_gettime(Process::CLOCK_THREAD_CPUTIME_ID, :float_millisecond)
end