Clears all recorded durations.
Returns the number of durations recorded.
Returns the timer's duration unit.
Returns the type of events the timer is measuring.
Returns the fifteen-minute rate of timings.
Returns the five-minute rate of timings.
Returns the longest recorded duration.
Returns the arithmetic mean of all recorded durations.
Returns the mean rate of timings.
Returns the shortest recorded duration.
Returns the one-minute rate of timings.
Returns the timer's rate unit.
Returns a snapshot of the values in the timer's sample.
Returns the standard deviation of all recorded durations.
Runs f, recording its duration, and returns the result of f.
Returns a timing com.metrics.yammer.core.TimerContext, which measures an elapsed time in nanoseconds.
Adds a recorded duration.
A Scala façade class for Timer.