class ActiveSupport::Notifications::Event

def allocations

the call to +finish!+
Returns the number of allocations made since the call to +start!+ and
def allocations
  @allocation_count_finish - @allocation_count_start
end