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.


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
 

Constructor Detail

Timer

public Timer()
Method Detail

getStartTime

public long getStartTime()

getElapsedTime

public long getElapsedTime()

reset

public long reset()


Copyright © 2011. All Rights Reserved.