Details on "Collapsed methods without source"

Hi!

I'm trying to debug a .NET WPF application that causes a very high CPU load. The call tree isn't much help, though:
- Main(): 88%
    - (Collapsed methods without source, such as framework class library methods): 88%
        + OnRender: 14%
        + SomeOtherMethods: 7%

So you see, almost all CPU load is created somewhere within "Collapsed methods without source", but ANTS won't tell me where.
I'd be perfectly happy about the method names alone! Is there any way to get more meaningful information than "Collapsed methods without source"?

Thanks in advance!
Daniel

Comments

Sign In or Register to comment.