public final class AccumulatingMethodSampleOrganizer extends Organizer
This organizer is used to simply gather aggregate sample data and report it.
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AccumulatingMethodSampleOrganizer.AsyncReporter |
| Modifier and Type | Field and Description |
|---|---|
private MethodCountData |
data |
rvmThread| Constructor and Description |
|---|
AccumulatingMethodSampleOrganizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize()
Initialization: set up data structures and sampling objects.
|
void |
report()
Last opportunity to say something.
|
(package private) void |
thresholdReached()
Method that is called when the sampling threshold is reached
|
getRVMThread, start, stopprivate MethodCountData data
public AccumulatingMethodSampleOrganizer()
public void initialize()
Uses either timer based sampling or counter based sampling,
depending on Controller.options.
initialize in class Organizervoid thresholdReached()
OrganizerthresholdReached in class Organizer