xpe
Class Timer

java.lang.Object
  |
  +--xpe.Timer

public class Timer
extends java.lang.Object


Field Summary
static boolean verbose
           
 
Constructor Summary
Timer()
           
 
Method Summary
 void stop()
           
 void time(java.lang.String taskNew)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

verbose

public static boolean verbose
Constructor Detail

Timer

public Timer()
Method Detail

time

public void time(java.lang.String taskNew)

stop

public void stop()