com.retek.commons.util
Class AccumulativeStopwatch

java.lang.Object
  extended bycom.retek.commons.util.AccumulativeStopwatch

public class AccumulativeStopwatch
extends java.lang.Object


Constructor Summary
AccumulativeStopwatch(java.lang.String aName)
           
 
Method Summary
 void clear()
           
 long getAccumulativeTime()
           
 long getNumberOfCalls()
           
 void reportTime()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccumulativeStopwatch

public AccumulativeStopwatch(java.lang.String aName)
Method Detail

start

public void start()

stop

public void stop()

getNumberOfCalls

public long getNumberOfCalls()

getAccumulativeTime

public long getAccumulativeTime()

reportTime

public void reportTime()

clear

public void clear()


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25