perfview微软开源的cpu以及内存性能分析工具
时间:2019-12-20 10:43:31
收藏:0
阅读:105
perfview 是一个强大的分析工具,能用来分cpu,内存,磁盘io。。。多种指标,使用简单,功能强大
用来分析windows应用的性能问题,是一个很不错的选择
下载地址
https://github.com/microsoft/perfview/releases
参考文档
https://htmlpreview.github.io/?https://github.com/Microsoft/perfview/blob/master/src/PerfView/SupportFiles/UsersGuide.htm
安装完成之后同时也包含了帮助文档
说明
perfview 同时支持火焰图,可以方便的分析各种调用关系
参考资料
https://github.com/microsoft/perfview
原文:https://www.cnblogs.com/rongfengliang/p/12071638.html
评论(0)