|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--utils.timer.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 |
Methods inherited from class java.lang.Object |
equals, 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()
public static void main(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |