com.ail.coretest
Class Timer

java.lang.Object
  extended by com.ail.coretest.Timer

public class Timer
extends java.lang.Object

Timer to help make crude performace measurements from unit tests. Think of this class as a stop watch; each method (start, stop, split, delta) takes a name - that's the name of the watch. You can have an many different watches running at the same time as you like.


Constructor Summary
Timer()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timer

public Timer()