| |
|
| java.lang.Object org.netbeans.lib.profiler.server.ProfilerRuntime org.netbeans.lib.profiler.server.ProfilerRuntimeCPUCodeRegion
ProfilerRuntimeCPUCodeRegion | public class ProfilerRuntimeCPUCodeRegion extends ProfilerRuntime (Code) | | Functionality for single code region profiling.
author: Misha Dmitriev |
bufSize | protected static int bufSize(Code) | | |
codeRegionInstrumentationDisabled | protected static boolean codeRegionInstrumentationDisabled(Code) | | |
codeRegionResults | protected static long[] codeRegionResults(Code) | | |
curIdx | protected static int curIdx(Code) | | |
invCount | protected static long invCount(Code) | | |
newBufSize | protected static int newBufSize(Code) | | |
clearDataStructures | protected static void clearDataStructures()(Code) | | |
codeRegionEntry | public static void codeRegionEntry()(Code) | | |
codeRegionExit | public static void codeRegionExit()(Code) | | |
enableProfiling | public static void enableProfiling(boolean v)(Code) | | |
getProfilingResults | public static long[] getProfilingResults()(Code) | | |
monitorEntryRegion | protected static void monitorEntryRegion(Thread t, Object monitor)(Code) | | |
resetProfilerCollectors | public static void resetProfilerCollectors()(Code) | | |
setCPUResBufSize | public static void setCPUResBufSize(int size)(Code) | | |
sleepEntryRegion | protected static void sleepEntryRegion()(Code) | | |
sleepExitRegion | protected static void sleepExitRegion()(Code) | | |
waitEntryRegion | protected static void waitEntryRegion()(Code) | | |
waitExitRegion | protected static void waitExitRegion()(Code) | | |
|
|
|