public static void asChange(int as_old, int as_new) { }
Resume Java profiling. All profiling data is added to any
earlier profiling, unless
resetJavaProfiler is
called in between. If profiling was not started from the
command line,
resumeJavaProfiler will start it.
NOTE: Profiling must be enabled from the command line for a
java.prof report to be automatically generated on exit; if not,
writeJavaProfilerReport must be invoked to write a report.
- See also:
- resetJavaProfiler
- writeJavaProfilerReport
Initialize Java profiling. Any accumulated profiling
information is discarded.
Write the current profiling contents to the file "java.prof".
If the file already exists, it will be overwritten.
private static volatile boolean booted = false;
= System.getProperty("sun.lang.ClassLoader.allowArraySyntax"); final int[][] vmThreadStateValues = new int[ts.length][];
final String[][] vmThreadStateNames = new String[ts.length][];
for (int i = 0; i < ts.length; i++) { for (int j = 0; j < ts.length; j++) { values = vmThreadStateValues[j];
names = vmThreadStateNames[j];
if (values.length != names.length) { " mapped to " + state + ": length not matched" );
for (int k = 0; k < values.length; k++) { String[][] vmThreadStateNames);