org.lightwolf.tools
Class TimeCounter

java.lang.Object
  extended by org.lightwolf.tools.TimeCounter

public class TimeCounter
extends Object


Constructor Summary
TimeCounter()
           
 
Method Summary
static long count(long start, String name)
           
static long count(long start, String name, String instance)
           
static void dump()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeCounter

public TimeCounter()
Method Detail

count

public static long count(long start,
                         String name)

count

public static long count(long start,
                         String name,
                         String instance)

dump

public static void dump()