Method: ActiveSupport::Notifications::Event#finish!

Defined in:
activesupport/lib/active_support/notifications/instrumenter.rb

#finish!Object

Record information at the time this event finishes



154
155
156
157
158
159
# File 'activesupport/lib/active_support/notifications/instrumenter.rb', line 154

def finish!
  @cpu_time_finish = now_cpu
  @gc_time_finish = now_gc
  @end = now
  @allocation_count_finish = now_allocations
end