|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.proactive.ext.locationserver.util.MicroTimer
Constructor Summary | |
MicroTimer()
|
Method Summary | |
long[] |
currentTime()
|
long |
getCumulatedTime()
Return the newly computed cumulated time as measured by this MicroTimer in microseconds |
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 |
Constructor Detail |
public MicroTimer()
Method Detail |
public long[] currentTime()
public void start()
public void stop()
public long getCumulatedTime()
protected long[] updateCumulatedTime(long[] t1, long[] t2)
public static void main(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |