com.retek.commons.util.profiling
Class ProfilingStats
java.lang.Object
com.retek.commons.util.profiling.ProfilingStats
- public class ProfilingStats
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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