Types statistics - fremag/MemoScope.Net GitHub Wiki
This module displays all types loaded in memory and some statistices about them:
- Nb: number of instances of the type
- Total: Nb * Basic size of one instance This is not the total memory held by all instances and their references (fields, properties, collections ...)
Filters
You can filter types with a regular expression: /img/MemoScope_Types_Filter.gif
Alias
You can define some aliases in Settings module: /img/Settings_TypeAliases.png