Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Memory Analyzer » Displaying field/attribute names in Dominator Tree
Displaying field/attribute names in Dominator Tree [message #1066763] Thu, 04 July 2013 09:17 Go to next message
Mohamed Bana is currently offline Mohamed BanaFriend
Messages: 1
Registered: July 2009
Junior Member
Not sure there is a big community in Stackoverflow so I will repeat it here.

How do I display the field/attribute names in the Dominator Tree? The information is cleary available if you look at the Inspector on the left-hand side.

Is there a setting somewhere which will allow me to display this information on the dominator tree tab?

  • Attachment: matt.png
    (Size: 56.17KB, Downloaded 371 times)
Re: Displaying field/attribute names in Dominator Tree [message #1066826 is a reply to message #1066763] Thu, 04 July 2013 14:15 Go to previous message
Krum Tsvetkov is currently offline Krum TsvetkovFriend
Messages: 164
Registered: July 2009
Senior Member
The references in the dominator tree do not correspond one to one the real references. You may have a parent A and child B in the dom. tree, such that the parent does not have a direct reference to the child object; there may be a long chain of other references between them. The dominator tree expresses only, that all paths from the GC roots to B (the child object) go through A.
Therefore no field name is displayed. Use the path from GC roots to the child object to examine the real path/reference chain.

Krum
Previous Topic:OQL: calling Java methods
Next Topic:mem analyzer not coming up
Goto Forum:
  


Current Time: Thu Mar 28 18:50:20 GMT 2024

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

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

Back to the top