Object References table

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.

Display

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:

Object references 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