|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.six.reports.util.StopWatch
public class StopWatch
Utility class to measure and represent time intervals
Constructor Summary | |
---|---|
StopWatch()
|
Method Summary | |
---|---|
java.lang.String |
getElapsedString()
|
long |
getElapsedTime()
|
long |
getElapsedTimeSecs()
|
void |
start()
Starts the timer. |
void |
stop()
Stops the timer. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StopWatch()
Method Detail |
---|
public void start()
public void stop()
public long getElapsedTime()
public long getElapsedTimeSecs()
public java.lang.String getElapsedString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |