class ActiveSupport::Notifications::Event

def finish!

Record information at the time this event finishes
def finish!
  @cpu_time_finish = now_cpu
  @end = now
  @allocation_count_finish = now_allocations
end