Home | History | Annotate | Download | only in docs

Lines Matching full:hprof

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.hprof
97 $ rm head.hprof tail.hprof
101 You now have the hprof dump in <code>dump.hprof</code>.
116 completion you will see a log message that says "hprof: heap dump completed".
121 I/dalvikvm( 289): SIGUSR1 forcing GC and HPROF dump
122 I/dalvikvm( 289): hprof: dumping VM heap to "/data/misc/heap-dump-tm1240861355-pid289.hprof-hptemp".
123 I/dalvikvm( 289): hprof: dumping heap strings to "/data/misc/heap-dump-tm1240861355-pid289.hprof".
124 I/dalvikvm( 289): hprof: heap dump completed, temp file removed
141 generate a .hprof file), but the output will be written to a file of
142 your choice, e.g. <code>/sdcard/myapp.hprof</code>. Because you're
162 and click the "dump HPROF file" button in the top left. This always
198 The data file format was augmented slightly from the common hprof format,
200 be distributed. A conversion tool, <code>hprof-conv</code>, can be used
204 The converted output should work with any hprof data analyzer, including