是否可以检测 .NET BCL、ASP.NET、WCF 或 ADO.NET 程序集?

发布于 2024-10-25 04:45:18 字数 156 浏览 1 评论 0原文

我想诊断一些与实体框架相关的性能问题,但目前我在 System.Linq.Queryable 上只得到大量数据。我可以以某种方式配置 VS Studio 2010 Ultimate 以在分析/检测中包含引用的 .NET 程序集吗?我下载了 .NET 3.5 源和符号并尝试允许它们调试,但没有帮助。

I want to diagnose some performance issue related to entity framework but at the moment I'm getting only large numbers on System.Linq.Queryable. Can I somehow configure VS Studio 2010 Ultimate to include referenced .NET assemblies in profiling / instrumentation? I downloaded .NET 3.5 soruces and symbols and tried to allow their debugging but it didn't help.

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

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

发布评论

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

评论(1

稀香 2024-11-01 04:45:18

您无法修改已签名的程序集,这包括检测 .Net 程序集。但是示例分析可以让您走很长的路,而且不是-侵入性(不需要仪器)。

You cannot modify signed assemblies, and this includes instrumenting .Net assemblies. But sample profiling can take you a very long way and is non-invasive (does not require instrumentation).

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