gzz.util
Class EggTimer

java.lang.Object
  |
  +--gzz.util.EggTimer

public class EggTimer
extends java.lang.Object

A simple timer that tells when the programmers have egg on their face for being too slow.


Field Summary
static boolean dbg
           
static java.lang.String rcsid
           
 
Constructor Summary
EggTimer(java.lang.String task, long millis)
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rcsid

public static final java.lang.String rcsid
See Also:
Constant Field Values

dbg

public static boolean dbg
Constructor Detail

EggTimer

public EggTimer(java.lang.String task,
                long millis)
Method Detail

start

public void start()

stop

public void stop()