Modifier and Type | Class and Description |
---|---|
class |
PartialCallGraph
A partial call graph (PCG) is a partial mapping from callsites
to weighted targets.
|
Modifier and Type | Class and Description |
---|---|
class |
MethodCountData
A container for recording how often a method is executed.
|
Modifier and Type | Field and Description |
---|---|
(package private) static Vector<Reportable> |
RuntimeMeasurements.reportObjects
The currently registered reportable objects
|
Modifier and Type | Method and Description |
---|---|
static void |
RuntimeMeasurements.registerReportableObject(Reportable obj)
Registers an object that wants to have its report method called
whenever RuntimeMeasurements.report is called.
|
Modifier and Type | Class and Description |
---|---|
class |
MethodInvocationCounterData
An instance of this class is used to store method counters.
|
class |
StringEventCounterData
A generic data object that maps strings to counters.
|
class |
YieldpointCounterData
An extension of StringEventCounterData so that the printing can
be specialized for yieldpoints.
|