public final class YieldpointCounterData extends StringEventCounterData implements Reportable
ManagedCounterData.Counter
Modifier and Type | Field and Description |
---|---|
(package private) static boolean |
DEBUG |
dataName, eventNumber, stringToCounterMap
automaticallyGrowCounters, counterManager, handle, numCounters
Constructor and Description |
---|
YieldpointCounterData(InstrumentedEventCounterManager manager)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
report()
Called at end when data should dump its contents.
|
doubleToString, getCounterIndexForString, getCounterInstructionForEvent, getCounterInstructionForEvent, getOrCreateCounterIndexForString, reset
automaticallyGrowCounters, createEventCounterInstruction, createEventCounterInstruction, getCounter, getCounterManager, getHandle, getNumCounters, initializeCounters, report, resizeCounters, setCounter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
reset
static final boolean DEBUG
YieldpointCounterData(InstrumentedEventCounterManager manager)
manager
- the manager that will provide the counter spacepublic void report()
report
in interface Reportable
report
in class StringEventCounterData