Visual Studio 2008 PRO 中的分析

发布于 2024-07-04 10:25:04 字数 278 浏览 8 评论 0原文

如何在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

两人的回忆 2024-07-11 10:25:04

Microsoft 已发布 VS 2008 的独立 Profiler 这里

Microsoft has released stand-alone Profiler for VS 2008 here

我不咬妳我踢妳 2024-07-11 10:25:04

该探查器仅在 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.

黎歌 2024-07-11 10:25:04

There was also a list of .NET profilers in the What Are Some Good .NET Profilers question.

寒冷纷飞旳雪 2024-07-11 10:25:04

据我通过阅读一些网站了解到,当您使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文