Class StopWatch
- java.lang.Object
-
- org.antublue.test.engine.internal.util.StopWatch
-
public class StopWatch extends Object
Class to implement a stop watch
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longelapsedNanoTime()Method to get the elapsed time in nanosecondsStopWatchstart()Method to start the stop watchStopWatchstop()Method to stop the stop watch
-