All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----jnt.util.Stopwatch
Stopwatch Q = new Stopwatch;Q.start(); // // code to be timed here ... // Q.stop(); System.out.println("elapsed time was: " + Q.read() + " seconds.");
public Stopwatch()
public static final double seconds()
public void reset()
public void resume()
public void start()
public double stop()
public double read()
All Packages Class Hierarchy This Package Previous Next Index