Method: Funk::Instruments::Timings#before_call
- Defined in:
- lib/funk/instruments/timings.rb
#before_call(fn, input) ⇒ Object
8 9 10 |
# File 'lib/funk/instruments/timings.rb', line 8 def before_call(fn, input) @timings[fn.name] = {:start => Time.now} end |