public class StopWatch extends 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.
|