Home | History | Annotate | Download | only in docs

Lines Matching full:heap

3     <title>Dalvik Heap Profiling</title>
7 <h1>Dalvik Heap Profiling</h1>
11 of the virtual heap. This is very useful for debugging memory usage
33 You can only generate heap data on the emulator or a device with root
63 The signal causes a GC, followed by the heap dump (to be completely
64 accurate, they actually happen concurrently, but the results in the heap
71 # ls /data/misc/heap-dump*
81 <code>/data/misc/heap-dump-BLAH-BLAH.hprof</code> and
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
116 completion you will see a log message that says "hprof: heap dump completed".
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
160 In 2.0, features were added that allow DDMS to request a heap dump on
170 DDMS heap dump requests are now streamed directly out of the VM, removing
176 The <code>kill -10</code> (<code>SIGUSR1</code>) method of generating heap