uk.ac.umist.co.brailletrans.tests
Class Stopwatch

java.lang.Object
  |
  +--uk.ac.umist.co.brailletrans.tests.Stopwatch

public class Stopwatch
extends java.lang.Object


Field Summary
 java.lang.String id
           
 
Constructor Summary
Stopwatch()
           
Stopwatch(int numberToTime)
           
 
Method Summary
 long[] getResults()
           
 long getTime()
           
 long getTotal()
           
 long meanTime()
           
 void reset()
           
 long sdTime()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public java.lang.String id
Constructor Detail

Stopwatch

public Stopwatch()

Stopwatch

public Stopwatch(int numberToTime)
Method Detail

start

public final void start()

stop

public final void stop()

reset

public final void reset()

getTime

public long getTime()

getTotal

public long getTotal()

meanTime

public long meanTime()

getResults

public long[] getResults()

sdTime

public long sdTime()