class ActiveSupport::Notifications::Event

def cpu_time

+start!+ and the call to +finish!+
Returns the CPU time (in milliseconds) passed since the call to
def cpu_time
  (@cpu_time_finish - @cpu_time_start) * 1000
end