Class Timer
- java.lang.Object
-
- org.jboss.byteman.synchronization.Timer
-
public class Timer extends java.lang.Object
Class used to capture elapsed time.
-
-
Field Summary
Fields Modifier and Type Field Description private long
start
-
Constructor Summary
Constructors Constructor Description Timer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getElapsedTime()
long
getStartTime()
long
reset()
-