com.retek.commons.util.profiling
Class ProfilingStats

java.lang.Object
  extended bycom.retek.commons.util.profiling.ProfilingStats

public class ProfilingStats
extends java.lang.Object


Method Summary
static void begin(java.lang.Class testClass, java.lang.String testMethodOrDescription)
           
static void end()
           
static ProfilingStats getInstance(java.lang.String layer)
           
 void logSummary(RetekLogger logger, org.apache.log4j.Level logLevel)
           
static boolean profileCheck()
           
 void recordCall(Stopwatch sw)
           
 void recordCall(java.lang.String objectName, java.lang.String method, long time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ProfilingStats getInstance(java.lang.String layer)

profileCheck

public static boolean profileCheck()

begin

public static void begin(java.lang.Class testClass,
                         java.lang.String testMethodOrDescription)
                  throws SystemException
Throws:
SystemException

end

public static void end()
                throws SystemException
Throws:
SystemException

recordCall

public void recordCall(Stopwatch sw)

recordCall

public void recordCall(java.lang.String objectName,
                       java.lang.String method,
                       long time)

logSummary

public void logSummary(RetekLogger logger,
                       org.apache.log4j.Level logLevel)


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28