|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.util.timer.MicroTimer
Field Summary | |
long |
endTime2
|
long |
startTime2
|
Constructor Summary | |
MicroTimer()
|
Method Summary | |
long[] |
currentTime()
|
long |
getCumulatedTime()
Return the newly computed cumulated time as measured by this MicroTimer in microseconds |
java.lang.String |
getUnit()
|
static void |
main(java.lang.String[] args)
|
void |
start()
|
void |
stop()
Stop the timer and returns the cumulated time |
protected long[] |
updateCumulatedTime(long[] t1,
long[] t2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public long startTime2
public long endTime2
Constructor Detail |
public MicroTimer()
Method Detail |
public long[] currentTime()
public void start()
start
in interface Timeable
public void stop()
stop
in interface Timeable
public long getCumulatedTime()
getCumulatedTime
in interface Timeable
protected long[] updateCumulatedTime(long[] t1, long[] t2)
public java.lang.String getUnit()
getUnit
in interface Timeable
public static void main(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |