Memory Profiling with WinDBG
Create memory dump file Open WinDBG and go to File/Settings Add path to DLLs/PDBs Load DMP file In command type: .loadby sos clr In command type: !dumpheap -stat
The wonderful world of technology
Create memory dump file Open WinDBG and go to File/Settings Add path to DLLs/PDBs Load DMP file In command type: .loadby sos clr In command type: !dumpheap -stat
Search expression: ([0-9]+)\t([0-9]+)(\s)(.+) Replace with: $1\t$2\t$4 This builds new text by using match groups from expression above. Plain and simple