instance method
finish!
Ruby on Rails 7.0.10
Since v6.0.6Signature
finish!()
Record information at the time this event finishes
Source
# File activesupport/lib/active_support/notifications/instrumenter.rb, line 104
def finish!
@cpu_time_finish = now_cpu
@end = now
@allocation_count_finish = now_allocations
end
Defined in activesupport/lib/active_support/notifications/instrumenter.rb line 104
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications::Event