Home | History | Annotate | Download | only in os

Lines Matching refs:dumpHprofData

1157     public static void dumpHprofData(String fileName) throws IOException {
1158 VMDebug.dumpHprofData(fileName);
1162 * Like dumpHprofData(String), but takes an already-opened
1170 public static void dumpHprofData(String fileName, FileDescriptor fd)
1172 VMDebug.dumpHprofData(fileName, fd);