dotMemory 2019.3 Help

Comparing Snapshots

There are two ways of comparing snapshots in dotMemory:

Each of the ways is better suitable for a particular use case.

Comparing snapshots within one workspace

Comparing snapshots taken within one session is a useful technique that gives a direct answer on a question "What objects cause a memory leak in my app?" The idea behind comparing snapshots is quite simple: you take two snapshots, one of which is used as a basis for comparison (it is always the one that was taken earlier).

The Comparison view provides details on how many objects were created between snapshots and how many objects were collected. If a class should not have new instances but it does, than it is, probably, the cause of the leak.

To compare two snapshots within a workspace

  1. Run the profiling session and collect at least two snapshots. After the profiling session is finished, dotMemory will open the Analysis Overview page.

    comparing snapshots 1

  2. Drag and drop two snapshots you want to compare to the Comparison area or click Add to comparison for each snapshot.

  3. Click Compare in the comparison area.

  4. After this, dotMemory will open the Comparison view for the snapshots.

  5. Using the Comparison view, analyze the comparison data.

Comparing snapshots from different workspaces

Sometimes it may be useful to compare memory snapshots taken in different profiling sessions. For example, when you need to understand how particular code changes affect application memory usage.

To compare two snapshots from different workspaces

  1. Run the profiling session and collect snapshots or open a workspace that contains a snapshot you want to compare. dotMemory will open the Analysis Overview page.

  2. Click Compare with snapshot from another workspace in the comparison area.

  3. In the opened Cross-workspace comparison | Snapshots selection view in Current Workspace area, select a snapshot from the current workspace. It will be used as a comparison basis.

  4. In the Workspaces for Comparison area, select a snapshot that you want to compare.

  5. Click Compare on the right.

  6. Using the Cross-workspace comparison view, analyze the comparison data.

Last modified: 16 April 2020