Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Memory Analyzer » histogram objects vs dominator tree entries(what's the difference between histogram objects and dominator tree entries)
histogram objects vs dominator tree entries [message #904498] Tue, 28 August 2012 14:34 Go to next message
Tim Thwing is currently offline Tim ThwingFriend
Messages: 3
Registered: August 2012
Junior Member
I'm using MAT 1.2. While examining some heap dumps I noticed that for a particular class the dominator_tree shows 8,435 entries (242,152 filtered) and the Histogram shows the same class with 251,900 objects. Any ideas on why they are displayed differently and what entries mean compared to objects?

Thanks.
Re: histogram objects vs dominator tree entries [message #905621 is a reply to message #904498] Thu, 30 August 2012 19:00 Go to previous message
Tim Thwing is currently offline Tim ThwingFriend
Messages: 3
Registered: August 2012
Junior Member
I believe I have found my answer. The 8,435 entries are the number of those specific objects (as seen when using a reg exp in the dominator_tree for a specified class name). The 251,900 objects represents the retained set that the 8,435 specific entries (instances of the specific class) keep around.
Previous Topic:Is heap dump file platform dependant?
Next Topic:How to analyze the leak occur for the problem of android dalikvm GREF
Goto Forum:
  


Current Time: Wed Apr 24 18:52:55 GMT 2024

Powered by FUDForum. Page generated in 0.03162 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top