collections.stringswitch
Class Timer

java.lang.Object
  extended by collections.stringswitch.Timer

public class Timer
extends java.lang.Object

Author:
Thomas Rowland

Constructor Summary
Timer()
          Creates a new instance of Timer
 
Method Summary
 void clear()
           
 float elapsed()
           
 void mark()
           
 void record()
           
 void report()
           
 void report(java.io.PrintStream ps)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timer

public Timer()
Creates a new instance of Timer

Method Detail

mark

public void mark()

clear

public void clear()

record

public void record()

elapsed

public float elapsed()

report

public void report(java.io.PrintStream ps)

report

public void report()