Visual Studio 2008 PRO 中的分析
如何在 Visual Studio 2008 中使用探查器?
我知道配置属性中有一个构建选项 -> 链接器-> 高级-> 配置文件(/PROFILE),但是我找不到任何关于实际使用它的信息,我能找到的只有文章似乎只适用于旧版本的 Visual Studio(例如,大多数人说转到“构建”->“配置文件”以调出配置文件对话框,但在 2008 年没有这样的菜单项)。
这是因为 Visual Studio 2008 不包含分析器吗?如果包含,它在哪里以及它的文档在哪里?
How do I use the profiler in Visual Studio 2008?
I know theres a build option in Config Properties -> Linker -> Advanced -> Profile (/PROFILE), however I can't find anything about actauly using it, only articles I was able to find appear to only apply to older versions of Visual Studio (eg most say to goto Build->Profile to bring up the profile dialog box, yet in 2008 there is no such menu item).
Is this because Visual Studio 2008 does not include a profiler, and if it does where is it and where is the documentation for it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
Microsoft 已发布 VS 2008 的独立 Profiler 这里
Microsoft has released stand-alone Profiler for VS 2008 here
该探查器仅在 Visual Studio 2008 的 Team System 版本中可用。我使用的包含探查器的最后一个版本是 Visual C++ 6.0。
对于 Visual Studio 2005,您可以尝试 Compuware DevPartner 性能分析社区版。
The profiler is only available in the Team System editions of Visual Studio 2008. The last version that I used that included a profiler was Visual C++ 6.0.
For Visual Studio 2005, you could try Compuware DevPartner Performance Analysis Community Edition.
What Are Some Good .NET Profilers问题。
There was also a list of .NET profilers in the What Are Some Good .NET Profilers question.
据我通过阅读一些网站了解到,当您使用 VS 2008 独立分析器创建
.vsp
文件时,您将需要 VS2008 Premium 或 Ultimate 来查看.vsp
文件。顺便说一句,我安装了 VS2012 Release候选版,它是免费的(试用版?),我可以使用它的分析引擎。
As I understood from reading a few sites, when you use VS 2008 stand alone profiler to create
.vsp
files, you will need either VS2008 Premium or Ultimate to view.vsp
files.By the way, I installed VS2012 Release candidate which is available for free (trial version?) and I can use its profiling engine.