dotMemory 2016.3 Help

Snapshot View

/help/img/dotnet/2016.3/snapshot_ov_1.png

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

/help/img/dotnet/2016.3/ui_1.png 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 certain type. Clicking on a certain item of the diagram will make it an analysis subject leading you to the Type List view.

Largest Retained Size Diagram
This diagram answers the question "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 on a certain item of the diagram will make it an analysis subject leading you to the Group by Dominators view.

/help/img/dotnet/2016.3/ui_2.pngInspections
To ease your life, dotMemory automatically checks the snapshot on most common types of memory issues. These inspections could be a great starting point in analyzing a snapshot if you don't know where to begin. Learn more in Inspections.
/help/img/dotnet/2016.3/ui_3.pngHeap Fragmentation
This diagram shows the fragmentation of the managed heap segments: Generation 1, 2, and large object heap. Learn more in Heap Fragmentation.

See Also

Last modified: 3 April 2017