- All Implemented Interfaces:
- Runnable
Runnable which wraps another runnable and records its execution duration using a Timer
- 
Constructor SummaryConstructors 
- 
Method Summary
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
TimedRunnablepublic TimedRunnable(Runnable runnable,
 com.codahale.metrics.Timer timer) 
 
- 
Method Details
- 
runpublic void run() 
- Specified by:
- runin interface- Runnable