mark.core.test
Class Timer

java.lang.Object
  |
  +--mark.core.test.Timer

public class Timer
extends java.lang.Object

A class to use when timing parts of a program. It is crude at this point.


Constructor Summary
Timer()
           
 
Method Summary
static void display(java.lang.String message)
           
static void 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

reset

public static void reset()

display

public static void display(java.lang.String message)