Searched defs:dumpHprofData (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DDebug.java1774 public static void dumpHprofData(String fileName) throws IOException { method in class:Debug
1775 VMDebug.dumpHprofData(fileName);
1779 * Like dumpHprofData(String), but takes an already-opened
1787 public static void dumpHprofData(String fileName, FileDescriptor fd) method in class:Debug
1789 VMDebug.dumpHprofData(fileName, fd);

Completed in 37 milliseconds