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++ 的探查器?
基础教程推荐
- Windows Media Foundation 录制音频 2021-01-01
- 从 std::cin 读取密码 2021-01-01
- 在 C++ 中循环遍历所有 Lua 全局变量 2021-01-01
- 为什么语句不能出现在命名空间范围内? 2021-01-01
- 为 C/C++ 中的项目的 makefile 生成依赖项 2022-01-01
- 使用从字符串中提取的参数调用函数 2022-01-01
- 如何“在 Finder 中显示"或“在资源管理器中显 2021-01-01
- 如何在不破坏 vtbl 的情况下做相当于 memset(this, ...) 的操作? 2022-01-01
- 管理共享内存应该分配多少内存?(助推) 2022-12-07
- 如何使图像调整大小以在 Qt 中缩放? 2021-01-01