com.pvx.ooadide.util
Class StopWatch

java.lang.Object
  extended by com.pvx.ooadide.util.StopWatch

public class StopWatch
extends java.lang.Object


Constructor Summary
StopWatch()
           
 
Method Summary
static long getElapsedTime()
           
static void reset()
           
static void start()
           
static void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopWatch

public StopWatch()
Method Detail

start

public static void start()

stop

public static void stop()

getElapsedTime

public static long getElapsedTime()

reset

public static void reset()