net.sourceforge.cruisecontrol.util
Class TdTimer

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.util.TdTimer

public class TdTimer
extends java.lang.Object


Constructor Summary
TdTimer()
           
 
Method Summary
 long split()
          Note that split returns the amount of time since the last time you called split.
 void start()
           
 void stop()
           
 long time()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TdTimer

public TdTimer()
Method Detail

start

public void start()

stop

public void stop()

time

public long time()

split

public long split()
Note that split returns the amount of time since the last time you called split. It does NOT return the time since you started.

Returns:
long time in milliseconds