我正在寻找一个分析器,以便找到我的 C++ 代码中的瓶颈.我想找到一个免费的、非侵入性的、好的分析工具.我是一名游戏开发者,我使用 Xbox 360 的 PIX 并发现它非常好,但它不是免费的.我知道英特尔 VTune,但它也不是免费的.
I'm looking for a profiler in order to find the bottleneck in my C++ code. I'd like to find a free, non-intrusive, and good profiling tool. I'm a game developer, and I use PIX for Xbox 360 and found it very good, but it's not free. I know the Intel VTune, but it's not free either.
CodeXL 有现在取代了行尾 AMD 代码分析员,两者都是免费的,但不如 VTune 先进.
CodeXL has now superseded the End Of Line'd AMD Code Analyst and both are free, but not as advanced as VTune.
还有 Sleepy,它非常简单,但在很多情况下都能胜任.
There's also Sleepy, which is very simple, but does the job in many cases.
注意:上述所有三个工具都已多年未维护.
这篇关于适用于 Windows 的最佳免费 C++ 分析器是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
Windows 中的 boost_1_60_0 .zip 安装boost_1_60_0 .zip installation in windows(Windows 中的 boost_1_60_0 .zip 安装)
如何使用 Windows 程序在 C++ 中获得控制台输出?How do I get console output in C++ with a Windows program?(如何使用 Windows 程序在 C++ 中获得控制台输出?)
如何计算给定日期的周数?How do I calculate the week number given a date?(如何计算给定日期的周数?)
带有网络摄像机的 OpenCVOpenCV with Network Cameras(带有网络摄像机的 OpenCV)
创建 DLL 时导出所有符号Export all symbols when creating a DLL(创建 DLL 时导出所有符号)
Windows 7 上的 OpenCV 2.4 和 MinGW 入门Getting started with OpenCV 2.4 and MinGW on Windows 7(Windows 7 上的 OpenCV 2.4 和 MinGW 入门)