自学内容网 自学内容网

ubuntu20.04 如何使用 perf 性能分析工具 以及 hotspot 性能分析可视化工具?

官方文档:https://perfwiki.github.io/main/
如何安装:https://askubuntu.com/questions/50145/how-to-install-perf-monitoring-tool


首先是安装 perf:

sudo apt-get install linux-tools-common 
sudo apt-get install linux-tools-generic
sudo apt-get install linux-tools-`uname -r`

随后安装 hotspot

sudo apt install hotspot

原文地址:https://blog.csdn.net/shimly123456/article/details/144280968

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!