org.jboss.byteman.synchronization
Class Timer

java.lang.Object
  extended by org.jboss.byteman.synchronization.Timer

public class Timer
extends java.lang.Object

Class used to capture elapsed time.


Field Summary
private  long start
           
 
Constructor Summary
Timer()
           
 
Method Summary
 long getElapsedTime()
           
 long getStartTime()
           
 long reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

private long start
Constructor Detail

Timer

public Timer()
Method Detail

getStartTime

public long getStartTime()

getElapsedTime

public long getElapsedTime()

reset

public long reset()