|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.archiviststoolkit.util.MyTimer
public class MyTimer
Timer
Constructor Summary | |
---|---|
MyTimer()
Instantiate a Timer object. |
Method Summary | |
---|---|
long |
elapsedTimeMillis()
Return elapsed time in milliseconds. |
long |
elapsedTimeMillisSplit()
Return elapsed time since the last split in milliseconds. |
void |
reset()
|
static java.lang.String |
toString(long time)
Return a String representation of the elapsed time. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MyTimer()
Method Detail |
---|
public static java.lang.String toString(long time)
time
- Elapsed time, in milliseconds
public long elapsedTimeMillis()
public long elapsedTimeMillisSplit()
public void reset()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |