| Interface | Description |
|---|---|
| CounterNameFunction |
This interface defines a function that takes an integer and
returns a string corresponding to that integer.
|
| Class | Description |
|---|---|
| CounterArrayManager |
An implementation of a InstrumentedEventCounterManager .
|
| Instrumentation |
This class is used to provide general functionality useful to
instrumenting methods.
|
| ManagedCounterData |
This class provides the basic functionality for instrumented data
that use counters allocated from a InstrumentedEventCounterManager.
|
| ManagedCounterData.Counter |
Auxiliary class
|
| MethodInvocationCounterData |
An instance of this class is used to store method counters.
|
| MethodNameFunction |
This class takes a compiled method id and returns a string
representation of the method name.
|
| StringEventCounterData |
A generic data object that maps strings to counters.
|
| YieldpointCounterData |
An extension of StringEventCounterData so that the printing can
be specialized for yieldpoints.
|