edu.buffalo.nsf.xmlcqa.util
Class Profiler

java.lang.Object
  extended byedu.buffalo.nsf.xmlcqa.util.Profiler

public class Profiler
extends java.lang.Object

Author:
staworko

Field Summary
static boolean active
           
 
Constructor Summary
Profiler()
           
 
Method Summary
static void printStats()
           
static void reset()
           
static void start()
           
static void stop(java.lang.Object stat)
           
static java.lang.Object stop(java.lang.Object result, java.lang.Object stat)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

active

public static boolean active
Constructor Detail

Profiler

public Profiler()
Method Detail

printStats

public static void printStats()

reset

public static void reset()

start

public static void start()

stop

public static void stop(java.lang.Object stat)

stop

public static java.lang.Object stop(java.lang.Object result,
                                    java.lang.Object stat)