| java.lang.Object org.netbeans.lib.profiler.instrumentation.Instrumentor
Instrumentor | public class Instrumentor implements CommonConstants(Code) | | A high-level interface to all method instrumentation operations.
Instrumentor subclasses find methods/classes to be instrumented.
author: Tomas Hurka author: Misha Dmitriev author: Adrian Mos author: Ian Formanek |
Instrumentor | public Instrumentor(ProfilingSessionStatus status, ProfilerEngineSettings settings)(Code) | | Creates a new instance of Instrumentor. A single instance is created by ProfileClient and reused on subsequent
profiling sessions.
Parameters: status - ProfilingSessionStatus used for profiling Parameters: settings - Engine settings - same instance is reused for all profiling sessions, the settings are modifiedeach time before the session is started. |
getClassId | public int getClassId(String className, int classLoaderId)(Code) | | |
resetPerVMInstanceData | public void resetPerVMInstanceData()(Code) | | This is called every time just before the target application is started or right after we attach to it.
It resets the internal data for loaded/instrumented classes etc.
|
setSavedSourceCodeSelection | public void setSavedSourceCodeSelection(SourceCodeSelection[] s)(Code) | | |
|
|