Package | Description |
---|---|
com.mentorgen.tools.profile.instrument | |
org.objectweb.asm.jip.commons |
Provides some useful class and method adapters.
|
Modifier and Type | Class and Description |
---|---|
class |
PerfMethodAdapter
This class is responsible for instrumenting a method to
call the profiler in order for performance
data to be gathered.
|
Modifier and Type | Class and Description |
---|---|
class |
AdviceAdapter
A
MethodAdapter to dispatch method body instruction |
class |
GeneratorAdapter
A
MethodAdapter with convenient methods to generate
code. |
class |
LocalVariablesSorter
A
MethodAdapter that renumbers local variables in their order of
appearance. |