public interface BytecodePreprocessor
Modifier and Type | Method and Description |
---|---|
boolean |
initialize(Hashtable parameters)
Initialize the profiler instance.
|
byte[] |
preprocess(String classname,
byte[] classBytes)
This function profiler-enables the given class.
|
boolean initialize(Hashtable parameters)
parameters
- Initialization parameters.byte[] preprocess(String classname, byte[] classBytes)
classname
- The name of the class to process. Used for efficient
filtering.classBytes
- Actual contents of class to processCopyright © 2006–2018 TinyGroup. All rights reserved.