public class AOSInstrumentationPlan extends InstrumentationPlan
Constructor and Description |
---|
AOSInstrumentationPlan(AOSOptions options,
NormalMethod method) |
AOSInstrumentationPlan(NormalMethod method) |
Modifier and Type | Method and Description |
---|---|
void |
finalizeInstrumentation(NormalMethod method)
Called after compilation completes, but before the method is executed.
|
void |
initInstrumentation(NormalMethod method)
Called the beginning of compilation, before the optimization plan
is executed.
|
public AOSInstrumentationPlan(NormalMethod method)
public AOSInstrumentationPlan(AOSOptions options, NormalMethod method)
public void initInstrumentation(NormalMethod method)
InstrumentationPlan
initInstrumentation
in class InstrumentationPlan
method
- the method whose instrumentation is to be initializedpublic void finalizeInstrumentation(NormalMethod method)
InstrumentationPlan
finalizeInstrumentation
in class InstrumentationPlan
method
- the method whose instrumentation is to be completed