Inspections View
The view provides a brief overview of how things are going in the current snapshot.
Largest Size Diagram
This diagram answers the question "What objects take the major part of memory in my app?" It shows how much memory is occupied by objects of a specific type. Clicking an item on the diagram makes it an analysis subject, leading you to the Types view.
Largest Retained Size Diagram
This diagram answers "What are the key objects in my application?" It shows the list of dominators – main objects that retain all other app objects in memory. Clicking an item on the diagram makes it an analysis subject, leading you to the Dominators view.
Automatic Inspections
To ease your life, dotMemory automatically checks the snapshot for the most common memory issues. These inspections could be a great starting point for analyzing a snapshot if you don't know where to begin. Learn more in Automatic Inspections.
Heap Fragmentation
This diagram shows the fragmentation of the managed heap segments: Generation 1, 2, and large object heap. Learn more in Heap Fragmentation.