内存泄漏工具umdh的使用

内存泄漏工具umdh(User-Mode Dump Heap)的使用

1:设置符号路径
_NT_SYMBOL_PATH [SRV*C:\symbols* http://msdl.microsoft.com/download/symbols]

2:启动堆栈跟踪
gflags-i notepad.exe + ust

3:获取快照
tlist
umdh -p:124 -f:notepad124_s.log
umdh -p:124 -f:notepad124_e.log
UMDH notepad124_s.log notepad124_e.log > cmp12.txt

详细链接:https://support.microsoft.com/en-us/kb/268343/zh-cn

你可能感兴趣的:(visual,C++)