|
The reference view of the heap walker offers three view modes that can
be changed in the combo box at the top of the view:
-
Outgoing references
Shows a tree of the outgoing references separately from all objects in the current object set.
-
Incoming references
Shows a tree of the incoming references separately to all objects in the current object set.
-
Cumulated incoming references
Shows a tree-table of the cumulated references that hold the objects in the current object set.
-
Cumulated outgoing references
Shows a tree-table of the cumulated references that originate from objects in the current object set.
The reference view helps you to find memory leaks. Please note the "Show path to GC root"
functionality in the incoming references
for this purpose.
|