Method Summary |
|
public long | elapsedTime() Return the elapsed (running) time since
first started, not counting pauses. |
public long | lapTime() Return the lap time - the time since either
start() or this function was last called. |
public long | realTime() Return the total real time since first started. |
public void | reset() Reset everything. |
public void | start() Start the clock ticking. |
public long | startTime() Return the start time. |
public void | stop() Stop (pause) the stopwatch. |
public long | stopTime() Return the stop time. |
public String | toString() |