| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.Perflog |
PERFORMANCE COUNTERS. INTERNAL & DEBUG ONLY.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static void |
count()
A method that wish to record its call should call count.
| ||||||||||
| static Set<String> | getCounterNames() | ||||||||||
| static ReferenceCounter<String> | getFineGrainedCounter(String key) | ||||||||||
| static Map<String, ReferenceCounter<String>> | getFineGrainedCounters() | ||||||||||
| static ReferenceCounter<String> | getGlobalCounters() | ||||||||||
| static boolean | isEmpty() | ||||||||||
| static void | reset() | ||||||||||
| static void | reset(String key) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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.