The Object References table displays references by a set of objects. This is useful to study data structures, to find memory leaks, and to find unexpected references.
The Show Reference By column displays a tree. The first level of the tree shows the classes loaded by the application. At this level, the Size column shows the active size for the corresponding classes. As you go deeper in the tree, each successive level shows the objects referencing the previous ones.
Here is an example of the table:
Related concepts
Overview of the Profiling Tool
Profiling resources
Related tasks
Profiling an application
Identifying memory leaks
Finding a memory leak in a transaction-oriented operation
Collecting object references
Related references
Object References table controls
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.