文件名称:使用umdh查内存泄露.txt
文件大小:613B
文件格式:TXT
更新时间:2016-07-17 10:17:27
umdh 内存泄露
cd C:\Program Files\Debugging Tools for Windows (x86) gflags -i iSwitchServiceApp.exe(DevVirtualServer.exe) +ust set _NT_SYMBOL_PATH=C:/WINDOWS/Symbols 启动iSwitch tlist查到iswitch的号 umdh -p:4716 -f:beforeplay.log 进行需要的操作 umdh -p:4716 -f:afterplay.log 生成log文件后,再进行比较 UMDH beforeplay.log afterplay.log > difference.txt 用完之后 gflags -i iSwitchServiceApp.exe -ust //////////////////////////////////// gflags -i iWebGateway.exe +ust umdh -p:5112 -f:webbefore.log umdh -p:5112 -f:webafter.log UMDH webbefore.log webafter.log > difference.txt