-
Notifications
You must be signed in to change notification settings - Fork 75
Analysis
fremag edited this page Dec 30, 2016
·
1 revision
MemoScope can analyse dump files to find classic memory issues:
- Diff / Compare: to see how many instances are created/destroyed
- Strings: display memory used by strings and duplicates
- Root Path: find the shortest retention path from an instance to a root object
- Referers: analyze how type instances are referenced
- Delegates: find delegate types and display how many subscribers are handled
- Delegate Targets: display the targets/subscribers of a delegate
- Lone Targets: find instances referenced only by a delegate
- Arrays: analyze all arrays instances
- Disposable Types: find all instances of Disposable types
MemoScope: Introduction - Dump a process