Method: TestProf::EventProf::Instrumentations::ActiveSupport.instrument
- Defined in:
- lib/test_prof/event_prof/instrumentations/active_support.rb
.instrument(event) ⇒ Object
34 35 36 |
# File 'lib/test_prof/event_prof/instrumentations/active_support.rb', line 34 def instrument(event) ::ActiveSupport::Notifications.instrument(event) { yield } end |