|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.calcium.statistics.Timer
public class Timer
Constructor Summary | |
---|---|
Timer()
|
|
Timer(boolean useCPUTime)
|
Method Summary | |
---|---|
int |
getNumberOfActivatedTimes()
|
long |
getTime()
|
void |
resume()
After the timer has been stoped, this method can resume the counter. |
void |
start()
Starts the current timer. |
long |
stop()
Stops the current timer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Timer(boolean useCPUTime)
public Timer()
Method Detail |
---|
public void start()
public long stop()
public void resume()
public long getTime()
public int getNumberOfActivatedTimes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |