|
Class Summary |
| CounterArrayManager |
An implementation of a InstrumentedEventCounterManager . |
| Instrumentation |
Instrumentation.java
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 |
MethodNameFunction.java
This class takes a compiled method id and returns a string
representation of the method name. |
| StringEventCounterData |
StringEventCounterData.java
A generic data object that maps strings to counters. |
| YieldpointCounterData |
An extension of StringEventCounterData so that the printing can
be specialized for yieldpoints. |