Class ActiveSupport::Notifications::Instrumenter
In: lib/active_support/notifications/instrumenter.rb
Parent: Object

Methods

instrument   new  

Attributes

id  [R] 

Public Class methods

Public Instance methods

Instrument the given block by measuring the time taken to execute it and publish it. Notice that events get sent even if an error occurs in the passed-in block

[Validate]