|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.commons.util.AccumulativeStopwatch
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 |
public AccumulativeStopwatch(java.lang.String aName)
Method Detail |
public void start()
public void stop()
public long getNumberOfCalls()
public long getAccumulativeTime()
public void reportTime()
public void clear()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |