到目前为止,我只使用了 Rational Quantify.我听说过有关英特尔 VTune 的好消息,但从未尝试过!
So far, I've only used Rational Quantify. I've heard great things about Intel's VTune, but have never tried it!
我主要是在寻找可以检测代码的软件,因为我想这是获得非常好的结果的唯一方法.
I'm mostly looking for software that will instrument the code, as I guess that's about the only way to get very fine results.
本机 C++ 有哪些好的分析器窗户?
用于 linux 开发(尽管其中一些工具可能适用于其他平台).这是我所知道的两个大公司,还有很多其他较小的公司已经有一段时间没有积极发展了.
For linux development (although some of these tools might work on other platforms). These are the two big names I know of, there's plenty of other smaller ones that haven't seen active development in a while.
这篇关于您最喜欢的分析工具是什么(用于 C++)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
如何在 C++ 中读取和操作 CSV 文件数据?How can I read and manipulate CSV file data in C++?(如何在 C++ 中读取和操作 CSV 文件数据?)
在 C++ 中,为什么我不能像这样编写 for() 循环:In C++ why can#39;t I write a for() loop like this: for( int i = 1, double i2 = 0; (在 C++ 中,为什么我不能像这样编写 for() 循环: for(
OpenMP 如何处理嵌套循环?How does OpenMP handle nested loops?(OpenMP 如何处理嵌套循环?)
在循环 C++ 中重用线程Reusing thread in loop c++(在循环 C++ 中重用线程)
需要精确的线程睡眠.最大 1ms 误差Precise thread sleep needed. Max 1ms error(需要精确的线程睡眠.最大 1ms 误差)
是否需要“do {...} while ()"?环形?Is there ever a need for a quot;do {...} while ( )quot; loop?(是否需要“do {...} while ()?环形?)