| |
|
| java.lang.Object org.netbeans.lib.profiler.wireprotocol.Command org.netbeans.lib.profiler.wireprotocol.SetChangeableInstrParamsCommand
SetChangeableInstrParamsCommand | public class SetChangeableInstrParamsCommand extends Command (Code) | | This command, sent by the client, contains the instrumentation parameters (settings) that
can be changed once instrumentation is active and profiling is going on.
author: Misha Dmitriev author: Ian Formanek |
SetChangeableInstrParamsCommand | public SetChangeableInstrParamsCommand(int nProfiledThreadsLimit, int samplingInterval, int objAllocStackSamplingInterval, int objAllocStackSamplingDepth, boolean runGCOnGetResults, boolean waitTrackingEnabled, boolean sleepTrackingEnabled)(Code) | | |
SetChangeableInstrParamsCommand | SetChangeableInstrParamsCommand()(Code) | | |
getNProfiledThreadsLimit | public int getNProfiledThreadsLimit()(Code) | | |
getObjAllocStackSamplingDepth | public int getObjAllocStackSamplingDepth()(Code) | | |
getObjAllocStackSamplingInterval | public int getObjAllocStackSamplingInterval()(Code) | | |
getRunGCOnGetResultsInMemoryProfiling | public boolean getRunGCOnGetResultsInMemoryProfiling()(Code) | | |
getSamplingInterval | public int getSamplingInterval()(Code) | | |
getSleepTrackingEnabled | public boolean getSleepTrackingEnabled()(Code) | | |
getWaitTrackingEnabled | public boolean getWaitTrackingEnabled()(Code) | | |
|
|
|