Visual Studio 2008 的探查器,C++?
有什么好的、免费的(或者至少相当便宜的) 至少适用于本机 C++ 的分析器,可以与 Visual Studio 2008 专业版?
我查看了 DevPartner 社区版,但他们 似乎只支持 Visual Studio 2003 和 Visual Studio 2005。
如果没有的话,有没有好的免费/便宜的分析器 一般来说,我可以用相对较少的时间来使用 VS 摩擦?
Are there any good, free (or at least reasonably cheap)
profilers for at least native C++ that can integrate with
Visual Studio 2008 Professional?
I looked at DevPartner community edition but they
seem to only support Visual Studio 2003 and Visual Studio 2005.
Failing that are there any good free/cheap profilers in
general that I can get working with VS with relativly little
friction?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(7)
在我的工作场所,我们使用 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 =)
Microsoft 实际上提供了独立版本的探查器,您可以从命令行使用它。
http://www.microsoft.com/downloads/details.aspx microsoft.com/downloads/details.aspx?familyid=fd02c7d6-5306-41f2-a1be-b7dcb74c9c0b&displaylang=en
Microsoft actually provides a stand-alone verson of the profiler, which you can use from the command-line.
http://www.microsoft.com/downloads/details.aspx?familyid=fd02c7d6-5306-41f2-a1be-b7dcb74c9c0b&displaylang=en
又给 AQTime 投票了。 我们对此非常满意。 但当然它并不像你问的那样免费......
我尝试过 CodeAnalyst 一次,但据我所知它是在进行轮询而不是检测,因此给出了相当粗略的结果。 还没有找到比这更让我喜欢的免费 Windows 分析器。
Another vote for AQTime. We've been really happy with it. But of course it's not free as you asked...
I tried CodeAnalyst once but as far as I could see it was doing polling rather than instrumentation, and hence gave fairly crude results. Haven't found any free profilers for Windows that I liked better than that.
VS 2008 的免费分析器:
http://unick-soft.ru/Articles.cgi?id=8
这是俄语文章,但你可以使用谷歌翻译com。
Free profiler for VS 2008:
http://unick-soft.ru/Articles.cgi?id=8
It is russian article, but you can use translate google com.
此技术是免费的,并且在 Visual Studio 中运行良好。
This technique is free, and works well in Visual Studio.
http://supercomputingblog.com/ windows/how-to-profile-c-code-in-visual-studio-for-free/ 如果你想要一些非常简单的东西
http://supercomputingblog.com/windows/how-to-profile-c-code-in-visual-studio-for-free/ if you want something very simple
我相信 Intel 的 VTune 或 AMD 的 CodeAnalyst 都是免费的。
Intel's VTune or AMD's CodeAnalyst are both free, I believe.