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++ 的探查器?
基础教程推荐
- 为什么 RegOpenKeyEx() 在 Vista 64 位上返回错误代码 2021-01-01
- 通过引用传递 C++ 迭代器有什么问题? 2022-01-01
- 我应该对 C++ 中的成员变量和函数参数使用相同的名称吗? 2021-01-01
- 为什么派生模板类不能访问基模板类的标识符? 2021-01-01
- 如果我为无符号变量分配负值会发生什么? 2022-01-01
- 为什么 typeid.name() 使用 GCC 返回奇怪的字符以及如 2022-09-16
- 初始化列表*参数*评估顺序 2021-01-01
- 非静态 const 成员,不能使用默认赋值运算符 2022-10-09
- GDB 显示调用堆栈上函数地址的当前编译二进制文 2022-09-05
- CString 到 char* 2021-01-01
