Package com.pnfsoftware.jeb.core
Class Perflog
java.lang.Object
com.pnfsoftware.jeb.core.Perflog
Performance counters, reserved for internal debug use.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcount()A method that wish to record its call should call count.static ReferenceCounter<String>static Map<String,ReferenceCounter<String>> static ReferenceCounter<String>static booleanisEmpty()static voidreset()static void
-
Method Details
-
getCounterNames
-
getGlobalCounters
-
getFineGrainedCounters
-
getFineGrainedCounter
-
isEmpty
public static boolean isEmpty() -
reset
public static void reset() -
reset
-
count
public static void count()A method that wish to record its call should call count. Do not wrap this method in utility code. The source method must call count directly.Usage: "com.pnfsoftware.jeb.core.Perflog.count(); //[<:DEBUG]" at method entry point. Results can be seen in "Internal" menu in UI.
-