Package | Description |
---|---|
org.jikesrvm.adaptive.controller | |
org.jikesrvm.adaptive.measurements.listeners | |
org.jikesrvm.adaptive.measurements.organizers |
Modifier and Type | Field and Description |
---|---|
static Vector<Organizer> |
Controller.organizers
Threads that will organize profile data as directed by the controller
|
Modifier and Type | Field and Description |
---|---|
private Organizer |
Listener.organizer
the associated organizer
|
Modifier and Type | Method and Description |
---|---|
void |
Listener.setOrganizer(Organizer organizer) |
Modifier and Type | Class and Description |
---|---|
class |
AccumulatingMethodSampleOrganizer
An organizer for method listener information that
simply accumulates the samples into a private
MethodCountData instance.
|
class |
DecayOrganizer
An organizer that periodically decays runtime counters
|
class |
DynamicCallGraphOrganizer
An organizer to build a dynamic call graph from call graph edge
samples.
|
class |
MethodSampleOrganizer
An organizer for method listener information.
|