The Object Details view displays information about a specific object in tabular format.
To open the Object Details view, double-click a node in the Object Reference Graph, or right-click a node and select Show Object Details from the pop-up menu.
Data item | Description |
---|---|
Object | The name of the object. If the object is ungrouped (a single instance of a Java™ class), the name is followed by an instance identifier. |
Size | The size of the object, measured in bytes. If the object is grouped (all instances of a specific Java class), this number is a sum for all instances in the group. |
References | The number of objects referenced by the selected object. If the object is grouped, this number is a sum for all instances in the group. |
Referers | The number of objects that reference the selected object. If the object is grouped, this number is a sum for all instances in the group. |
Count | For a grouped object, the number of instances in the group. The count for an ungrouped object is always 1. |
Control | Command | Description |
---|---|---|
![]() |
Displays the Object Reference Graph view. | |
![]() |
Lets you specify an object name to locate. If the object is found, the object is selected in the Object Reference Graph view, and the Object Details view is changed to display information for that object. | |
![]() |
In the object selection history, navigates to the previously selected object. | |
![]() |
In the object selection history, navigates to the next selected object. | |
Pull-down menu | Lets you change how object names are displayed in the the Object Details view and the Object Reference Graph view. | |
Pop-up menu | Filter | Includes or excludes objects from the analysis data set. For more information, see Object Reference Graph data commands. |
Pop-up menu | Subtree | Hides, deletes, or focuses on a reference subtree. For more information, see Object Reference Graph data commands. |
Highlight drop-down list | Hightlight objects | Highlights objects in the Object Reference Graph view based upon criteria you select in the drop-down list. The names of the highlighted objects are displayed below the list. For information about the highlighting categories, see Object Reference Graph data commands. |
Parent topic: Memory leak analysis user interface reference
Related tasks
Identifying memory leaks
Related reference
The Object Reference Graph view