Profiler for Visual Studio 2008, C++?(Visual Studio 2008、C++ 的探查器?)
问题描述
有什么好的、免费的(或者至少相当便宜)至少可以与本机 C++ 集成的分析器Visual Studio 2008 专业版?
Are there any good, free (or at least reasonably cheap) profilers for at least native C++ that can integrate with Visual Studio 2008 Professional?
我看了DevPartner 社区版 但他们似乎只支持 Visual Studio 2003 和 Visual Studio 2005.
I looked at DevPartner community edition but they seem to only support Visual Studio 2003 and Visual Studio 2005.
失败了,有没有好的免费/便宜的分析器一般我可以相对较少地使用 VS摩擦?
Failing that are there any good free/cheap profilers in general that I can get working with VS with relativly little friction?
推荐答案
在我的工作场所,我们使用 AQTime.它不是免费的(600 美元或 30 天试用期),但它确实创造了奇迹.我喜欢它,因为它可以处理本机(我们使用 C++)和托管代码.它可以在独立模式下工作,与 Visual Studio 集成,还可以与 Borland 的 IDE 一起使用(适合那些 C++ Builder 和 Delphi 爱好者).
At my workplace we use AQTime. It's not free ($600 or 30-day trial) but it really works wonders. I like it because it can handle both native (we do C++) and managed code. It works in stand-alone mode, integrates with Visual Studio, and also works with Borland's IDE (for those C++ Builder and Delphi fans out there).
但我会关注这个问题,看看有没有我可以在家里使用的免费工具=)
But I will be watching this question to see if there are any free tools I can use at home =)
这篇关于Visual Studio 2008、C++ 的探查器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Visual Studio 2008、C++ 的探查器?
- 一起使用 MPI 和 OpenCV 时出现分段错误 2022-01-01
- STL 中有 dereference_iterator 吗? 2022-01-01
- C++ 协变模板 2021-01-01
- 静态初始化顺序失败 2022-01-01
- 从python回调到c++的选项 2022-11-16
- 近似搜索的工作原理 2021-01-01
- 使用/clr 时出现 LNK2022 错误 2022-01-01
- Stroustrup 的 Simple_window.h 2022-01-01
- 与 int by int 相比,为什么执行 float by float 矩阵乘法更快? 2021-01-01
- 如何对自定义类的向量使用std::find()? 2022-11-07