public class StopWatch
extends java.lang.Object
Constructor and Description |
---|
StopWatch() |
Modifier and Type | Method and Description |
---|---|
long |
done()
Done watching the delay and return the delay between start time to
current time.
|
long |
start()
Start the stop watch.
|