-
Notifications
You must be signed in to change notification settings - Fork 75
Compare Dump Files
fremag edited this page Nov 20, 2016
·
3 revisions
MemoScope can load multiple dump files and compare their number of instances for every type:
For each dump file loaded, a column is added with its Id:
- the first dump (just after the type name) displays its number of instance
- every other column displays the delta from the previous dump (closest left column)
There are two ways to sort the rows:
- Value: classic sort based on cell content
- AbsValue: sort on absolute value of the cell. -6345 is higher than +321 for instance. It allows to see quickly the biggest differences between two dumps.
Note: double click on a cell to open all type's instances from the dump.
MemoScope: Introduction - Dump a process