Exploring Memory Analysis Views > Exploring the Heap Graph View 

Exploring the Heap Graph View

When you want to visualize the references among instances in the heap as a directed graph, you can use the Heap Graph view. Each node in the graph is an instance, and the edges represent the references from one instance to another. The table below the graph is similar to the one in the Instance Detail view; it lists the instances in the graph, the number of referrers to and references from it, whether it is in the use case, and its size.

This section contains the following information:

Opening the Heap Graph

Understanding the Heap Graph

Interacting with the Heap Graph