class ActiveSupport::Notifications::Event

def cpu_time

#start! and the call to #finish!.
Returns the CPU time (in milliseconds) passed between the call to
def cpu_time
  @cpu_time_finish - @cpu_time_start
end