| |
|
| java.lang.Object nice.tools.util.Chronometer
Chronometer | public class Chronometer (Code) | | Tool to mesure time cumulatively. Used for benchmarking.
version: $Date: 2002/08/24 23:51:36 $ author: Daniel Bonniot (bonniot@users.sourceforge.net) |
getTotalTime | public long getTotalTime()(Code) | | returns elapsed time in milliseconds
if the watch has never been started then
return zero
|
printAll | public static void printAll()(Code) | | |
start | public void start()(Code) | | |
|
|
|