Searched refs:dumpToFile (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DProfile.java29 // information can then be dumped to a file using the dumpToFile() method.
147 public synchronized void dumpToFile(String filename) { method in class:Profile.Watchdog
148 mProfileData.dumpToFile(filename);
203 public static void dumpToFile(String filename) { method in class:Profile
204 sWatchdog.dumpToFile(filename);
H A DProfileData.java31 // The addSample() method adds a sample. The dumpToFile() method saves the data
102 public void dumpToFile(String filename) { method in class:ProfileData
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLRootView.java539 Profile.dumpToFile("/sdcard/gallery.prof");

Completed in 83 milliseconds