|
Re: viewing amount of instances in class histogramm / dominator tree [message #487716 is a reply to message #487155] |
Thu, 24 September 2009 04:48  |
Eclipse User |
|
|
|
Hi,
The filtering in trees in MAT works only on the first level. I suppose that on the roots level of the dominator tree there are only two instances of the class you are interested in. The other two should be somewhere deeper in the tree structure.
The dominator tree contains all the objects of the heap. The information about the children of a node is loaded lazily only when you expand it. Therefore we made the filtering to take into account only the top-level elements, so that we don't traverse all the millions of objects.
Does this answer the question?
regards,
Krum
|
|
|
Powered by
FUDForum. Page generated in 0.03812 seconds