unit4.utilsLib
Class RunTime

java.lang.Object
  extended by unit4.utilsLib.RunTime

public class RunTime
extends java.lang.Object


Constructor Summary
RunTime()
           
 
Method Summary
 void printTotal()
           
 void start()
           
 long stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunTime

public RunTime()
Method Detail

start

public void start()

stop

public long stop()

printTotal

public void printTotal()