Package | Description |
---|---|
org.jikesrvm.adaptive.measurements.instrumentation |
Modifier and Type | Class and Description |
---|---|
class |
CounterArrayManager
An implementation of a InstrumentedEventCounterManager .
|
Modifier and Type | Field and Description |
---|---|
protected InstrumentedEventCounterManager |
ManagedCounterData.counterManager
Basic block instrumentation stores its counters using an
abstracted counter allocation technique (a counterManager)
|
static InstrumentedEventCounterManager |
Instrumentation.eventCounterManager
A pointer to a InstrumentedEventCounterManager, (See
InstrumentedEventCounterManager.java for the idea behind a
counter manager) There can be multiple managers in use at the
same time (for example, one per method)., but for now we just use
one for everything.
|
Modifier and Type | Method and Description |
---|---|
InstrumentedEventCounterManager |
ManagedCounterData.getCounterManager()
Return the counter manager for this data.
|
Constructor and Description |
---|
ManagedCounterData(InstrumentedEventCounterManager counterManager) |
MethodInvocationCounterData(InstrumentedEventCounterManager manager) |
StringEventCounterData(InstrumentedEventCounterManager manager,
String name) |
YieldpointCounterData(InstrumentedEventCounterManager manager)
Constructor
|