dotMemory 2024.2 Help

Inspections View

Inspections

The view provides a brief overview of how things are going in the current snapshot.

1 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.

2 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.

3 Heap Fragmentation

This diagram shows the fragmentation of the managed heap segments: Generation 1, 2, and large object heap. Learn more in Heap Fragmentation.

Last modified: 24 July 2024