Module: Frenchy::Instrumentation::ControllerRuntime::ClassMethods
- Defined in:
- lib/frenchy/instrumentation.rb
Instance Method Summary collapse
Instance Method Details
#log_process_action(payload) ⇒ Object
44 45 46 47 48 49 50 |
# File 'lib/frenchy/instrumentation.rb', line 44 def log_process_action(payload) = super if runtime = payload[:frenchy_runtime] << "Frenchy: %.1fms" % runtime.to_f end end |