Is it possible to compare two HPROF files? How?
Asked
Active
Viewed 6,987 times
21
1 Answers
33
From what I found you can compare only histograms of object. For this go to "Histogram" view, then click "Compare to another Heap Dump" and select another hprof file.
Here is screenshot:

inazaruk
- 74,247
- 24
- 188
- 156
-
get to that myself too... also explained here: http://android-developers.blogspot.com/2011/03/memory-analysis-for-android.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+blogspot%2FhsDu+%28Android+Developers+Blog%29 – Asahi Jun 05 '11 at 09:41
-
1In addition I saw a blog post that mentioned "Recent versions of MAT have extended differencing capabilities beyond the class histogram by introducing the compare basket. Explore the "Comparing Objects" topic in MAT's Help Contents for more information." – Pace May 16 '13 at 21:50