public class StopWatch extends Object
Constructor and Description |
---|
StopWatch() |
StopWatch(String start_msg) |
Modifier and Type | Method and Description |
---|---|
void |
cumulative()
Total time transcurred from the start.
|
void |
elapsed(String msg)
Time elapsed since last call to this method or the start.
|
Copyright © 2015–2021 Fiji. All rights reserved.