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++ 的探查器?


基础教程推荐
- C++结构和函数声明。为什么它不能编译? 2022-11-07
- 这个宏可以转换成函数吗? 2022-01-01
- 静态库、静态链接动态库和动态链接动态库的 .lib 文件里面是什么? 2021-01-01
- 如何在 C++ 中初始化静态常量成员? 2022-01-01
- 我有静态或动态 boost 库吗? 2021-01-01
- 在 C++ 中计算滚动/移动平均值 2021-01-01
- 如何通过C程序打开命令提示符Cmd 2022-12-09
- 常量变量在标题中不起作用 2021-01-01
- 如何将 std::pair 的排序 std::list 转换为 std::map 2022-01-01
- 如何检查GTK+3.0中的小部件类型? 2022-11-30