com.ibm.annapolis.ndc_mapper.utils
Class StopWatch

java.lang.Object
  extended bycom.ibm.annapolis.ndc_mapper.utils.StopWatch

public class StopWatch
extends java.lang.Object


Constructor Summary
StopWatch()
          Creates a new instance of StopWatch
StopWatch(java.lang.String tzoneStr)
           
 
Method Summary
 long elapsedMillis()
           
 void end()
           
 void start()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopWatch

public StopWatch()
Creates a new instance of StopWatch


StopWatch

public StopWatch(java.lang.String tzoneStr)
Method Detail

start

public void start()

end

public void end()

elapsedMillis

public long elapsedMillis()