Search code examples
c#profilingprofilereqatec

Is there a way for EQATEC to profile system DLLs?


I'm using EQATEC and I love it. However, I can't seem to get it to profile .NET system DLLs as well, such as System.Net.dll, or Microsoft.Xna.Framework.dll, because they're not in my executable's directory.

Is there any way to do that?

Right now it tells me a method takes a lot of time by itself, which is false because it's the external system DLL call which takes all the time, but it doesn't display this info.


Solution

  • From the EQATEC user guide, under known limitations:

    • Only defined methods are currently profiled, not referenced ones. So all the methods that your application itself defines will be profiled, but not System.* etc.