Class Cabin::Metrics::Timer
In: lib/cabin/metrics/timer.rb
lib/cabin/metrics/timer.rb
Parent: Cabin::Metrics::Histogram

Methods

time   time  

Classes and Modules

Class Cabin::Metrics::Timer::TimerContext

Public Instance methods

Start timing something.

If no block is given If a block is given, the execution of that block is timed.

Start timing something.

If no block is given If a block is given, the execution of that block is timed.

[Validate]