C++性能分析工具Valgrind使用教程
[TOC]
概述
文章参考:https://blog.csdn.net/tissar/article/details/87194737
文章参考:https://blog.csdn.net/kl222/article/details/40890823
文章参考:https://developer.aliyun.com/article/243932
文章参考:https://blog.csdn.net/ThinkAboutLife/article/details/109592322
CLion使用Valgrind
MacOS:
1 | brew tap LouisBrunner/valgrind |
在 mac 下安装 Valgrind 比较麻烦,在尝试多次后,总结出上面的安装方式
Linux:
1 | sudo apt install valgrind |
Windows,WSL 环境下:
1 | sudo apt-get install valgrind |
Ubuntu环境CLion配置
设置完成之后运行:
在 clion 下编译可执行文件,编译成功后,点击下图红框
等待程序运行结束,在 Run 面板中点击 Valgrind,即可查看结果:
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 麦溪·在路上!
评论
ValineDisqus