com.jaxfront.core.util
Class StopWatch

java.lang.Object
  extended by com.jaxfront.core.util.StopWatch

public class StopWatch
extends java.lang.Object


Constructor Summary
StopWatch()
           
 
Method Summary
static void start()
           
static java.lang.Long start(java.lang.String key)
           
static long stop()
           
static long stop(java.lang.String key)
           
 
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 long stop()

start

public static java.lang.Long start(java.lang.String key)

stop

public static long stop(java.lang.String key)