如何在 Visual Studio 2008 for Visual C# 中使用 /callcap
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你不能。
/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.