HomeSort by relevance Sort by last modified time
    Searched full:hprof (Results 26 - 50 of 307) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.2.0-beta3/
perflib-25.2.0-beta3-javadoc.jar 
  /dalvik/docs/
heap-profiling.html 22 The first step is to cause the VM to dump its status, and then pull the hprof
81 <code>/data/misc/heap-dump-BLAH-BLAH.hprof</code> and
82 <code>.hprof-head</code>, where BLAH is a runtime-generated value
87 $ adb pull /data/misc/heap-dump-BLAH-BLAH.hprof tail.hprof
88 $ adb pull /data/misc/heap-dump-BLAH-BLAH.hprof-head head.hprof
89 $ adb shell rm /data/misc/heap-dump-BLAH-BLAH.hprof /data/misc/heap-dump-BLAH-BLAH.hprof-head
96 $ cat head.hprof tail.hprof &gt; dump.hpro
    [all...]
  /art/tools/ahat/test/
TestDump.java 32 // hprof. To avoid repeating this overhead for each test case, we cache the
41 * Load the test-dump.hprof file.
43 * "ahat.test.dump.hprof", which is expected to be set on the command line.
45 * java -Dahat.test.dump.hprof=test-dump.hprof -jar ahat-tests.jar
47 * An IOException is thrown if there is a failure reading the hprof file.
50 String hprof = System.getProperty("ahat.test.dump.hprof"); local
51 mSnapshot = AhatSnapshot.fromHprof(new File(hprof));
78 * An IOException is thrown if there is an error reading the test dump hprof
    [all...]
  /art/runtime/hprof/
hprof.h 22 namespace hprof { namespace in namespace:art
26 } // namespace hprof
  /dalvik/tools/
get-hprof 17 # Grab an hprof file using adb. If an argument is specified, grab
24 FILE_BASE=`adb shell ls -l '/data/misc/heap-dump*.hprof' | tail -1 | \
33 OUT_FILE=heap-dump.hprof
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
HprofBinaryToAscii.java 46 * either a binary hprof file or a version with a text header.
51 usage("binary hprof file argument expected");
65 System.out.println("Problem reading binary hprof data from "
76 System.out.println("Problem reading snapshot containing binary hprof data from "
85 * binary hprof magic value. If so, it is returned. On any other
101 * Read and return an HprofData from a vanilla binary hprof file.
115 * then proceed to read binary hprof data.
134 * Read binary hprof data from the provided input stream and
158 * Write text verion of hprof data to standard output. Returns
165 System.out.println("Problem writing ASCII hprof data: " + e.getMessage())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 28 DeviceView_Dump_HPROF_File=Dump HPROF file
29 DeviceView_Dump_HPROF_File_Not_Supported_By_VM=Dump HPROF file (not supported by this VM)
30 DeviceView_Dump_HPROF_File_Tooltip=Dump HPROF file
31 DeviceView_Failed_To_Save_HPROF_Data=Failed to save hprof data into temp file%1$s
32 DeviceView_HPROF_Error=HPROF Error
38 DeviceView_Save_HPROF_File=Save HPROF file
50 DeviceView_Unable_Create_HPROF_For_Application=Unable to create HPROF file for application '%1$s'.\n\n%2$s Check logcat for more information.
51 DeviceView_Unable_Download_HPROF_From_Device_One_Param_First_Message=Unable to download HPROF file from device '%1$s'.
52 DeviceView_Unable_Download_HPROF_From_Device_One_Param_Second_Message=Unable to download HPROF file from device '%1$s'.
53 DeviceView_Unable_Download_HPROF_From_Device_Two_Param=Unable to download HPROF file from device '%1$s'.\n\n%2$
    [all...]
  /art/tools/ahat/src/
Main.java 49 File hprof = null; local
55 if (hprof != null) {
60 hprof = new File(args[i]);
64 if (hprof == null) {
70 System.out.println("Processing hprof file...");
71 AhatSnapshot ahat = AhatSnapshot.fromHprof(hprof);
76 server.createContext("/", new AhatHttpHandler(new OverviewHandler(ahat, hprof)));
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.4.0-beta3/
perflib-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.4.0-beta6/
perflib-24.4.0-beta6.jar 
  /prebuilts/misc/common/perflib/
perflib-prebuilt.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.5.0/
perflib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0/
perflib-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha1/
perflib-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha3/
perflib-25.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha5/
perflib-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha7/
perflib-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha9/
perflib-25.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-beta2/
perflib-25.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-beta5/
perflib-25.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-beta6/
perflib-25.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-beta7/
perflib-25.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-rc3/
perflib-25.0.0-rc3.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.1.0/
perflib-25.1.0.jar 

Completed in 626 milliseconds

12 3 4 5 6 7 8 91011>>