开发者

Is it possible to instrument .NET BCL, ASP.NET, WCF or ADO.NET assemblies?

开发者 https://www.devze.com 2023-02-19 03:00 出处:网络
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 inc

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 downloade开发者_运维问答d .NET 3.5 soruces and symbols and tried to allow their debugging but it didn't help.


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).

0

精彩评论

暂无评论...
验证码 换一张
取 消