org.simtk.util
Class Stopwatch

java.lang.Object
  extended by org.simtk.util.Stopwatch

public class Stopwatch
extends java.lang.Object


Constructor Summary
Stopwatch()
           
 
Method Summary
 long getMilliseconds()
           
 double getSeconds()
           
 void restart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stopwatch

public Stopwatch()
Method Detail

restart

public void restart()

getMilliseconds

public long getMilliseconds()

getSeconds

public double getSeconds()