| |
|
| java.lang.Object org.netbeans.lib.profiler.wireprotocol.Command org.netbeans.lib.profiler.wireprotocol.SetUnchangeableInstrParamsCommand
SetUnchangeableInstrParamsCommand | public class SetUnchangeableInstrParamsCommand extends Command (Code) | | This command, sent by the client, contains the instrumentation parameters (settings),
that cannot be modified once instrumentation is active and profiling is going on.
author: Misha Dmitriev author: Ian Formanek |
SetUnchangeableInstrParamsCommand | public SetUnchangeableInstrParamsCommand(boolean absoluteTimerOn, boolean threadCPUTimerOn, int instrScheme, int codeRegionCPUResBufSize)(Code) | | |
SetUnchangeableInstrParamsCommand | SetUnchangeableInstrParamsCommand()(Code) | | |
getAbsoluteTimerOn | public boolean getAbsoluteTimerOn()(Code) | | |
getCodeRegionCPUResBufSize | public int getCodeRegionCPUResBufSize()(Code) | | |
getInstrScheme | public int getInstrScheme()(Code) | | |
getThreadCPUTimerOn | public boolean getThreadCPUTimerOn()(Code) | | |
|
|
|