是否可以检测 .NET BCL、ASP.NET、WCF 或 ADO.NET 程序集?
我想诊断一些与实体框架相关的性能问题,但目前我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法修改已签名的程序集,这包括检测 .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).