class ActiveSupport::Notifications::Event
def allocations
Returns the number of allocations made since the call to +start!+ and
def allocations @allocation_count_finish - @allocation_count_start end
def allocations @allocation_count_finish - @allocation_count_start end