MemPro
User Guide

Introduction
Quick Start
Setup
GUI
Toolbars
Side Panel
Output Window
Graph View
App Toolbar
Launch Dialog
Connect Dialog
Snapshot Toolbar
Snapshot
Full Snapshot
Snapshot Views
Call Tree View
Call Tree Grouping
Memory View
Functions View
Types View
Leaks View
Tools Toolbar
Subtract Snapshots
Rewind Memory
VMem View
Settings Toolbar
Symbol Paths Dialog
Settings
MemPro Unix/GCC
Using MemPro with Unreal Engine
FAQ
PureDev Logo MemPro logo
MemPro
C++ Memory Profiler
line

Subtract Snapshots

Overview:

Subtracting one snapshot from another snapshot is a useful way to find memory leaks and memory spikes. It can show you everything that was allocated and freed in a time range.

How to Use:

  1. Take two snapshots and then click on the 'Subtract Snapshots' button (or from the tools menu).
  2. You will then see a dialog where you can select the two snapshots that you are interested in.
  3. This will create a new snapshot which will be displayed in the snapshot list view.
  4. You can then view this snapshot just like any other snapshot.
  5. Note that the snapshot may contain negative values if some call sites have freed more than they have allocated.
subtract_snapshots.jpg

Subtracting using the graph view

There is a quick way to achieve the above using the graph view. Shift-left click at the start of the range you are interested in and drag the mouse to the end of the range. You will see a blue transparent rectangle.

MemPro will automatically take a snapshot at the start and end of this range, and create a new snapshot that is a subtraction of the two snapshots.

These new snapshots will appear in the snapshot list view and you can view them in the normal way.

subtract_using_graph
© Copyright 2011 - 2013 Stewart Lynch