Windows性能分析
VSProf
1 | stackcollapse-vsprof.pl Report20220830-1902_CallTreeSummary.csv | flamegraph.pl > pretty-graph.svg |
调试 -> 性能探测器 -> 检测(Instrumentation)
检测应用程序以调查确切的调用数和调用时间
https://www.cnblogs.com/sui84/p/13548045.html
Windows上的火焰图
https://www.thinbug.com/q/5034194
VS2010 Ultimate中的代码覆盖率和性能分析命令行工具
VS2022旧工具貌似无法使用 vsperfreport依赖错误 vsperfcmd使用不正常 只能使用GUI
https://github.com/Donpedro13/etwprof
1 | etwprof.exe profile --target=14888 --output=%cd%\test.etl -m |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 WuRui!
评论