finish!()
public
Record information at the time this event
finishes
# 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