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

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

Completed in 118 milliseconds