如何在 Visual Studio 2008 for Visual C# 中使用 /callcap

发布于 2024-11-14 17:59:27 字数 173 浏览 1 评论 0原文

我正在使用 Visual C# (Visual Studio 2008) 为 Windows 智能手机设备开发移动应用程序。我想做代码分析并在 MSDN 中找到了 /callcap 编译器选项。我想知道如何在我的 Visual C# 项目中使用此选项? 我尝试搜索该网站和互联网,但找不到任何合适的答案。

问候拉克什

I am developing a mobile application for Windows Smartphone devices in Visual C# (Visual Studio 2008). I would like to do code profiling and found /callcap compiler option available in MSDN. I would like to know how to use this option for my Visual C# project?
I tried to search this site and the internet but could not find any suitable answers.

Regards Rakesh

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

第几種人 2024-11-21 17:59:27

你不能。 /callcap 是本机编译器的一个选项,而不是托管代码的选项。如果您想分析托管代码,请使用 Eqatec 分析器之类的工具。

You can't. /callcap is an option for the native compiler, not for managed code. If you want to profile managed code, use something like the Eqatec profiler.

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