Details on "Collapsed methods without source"
DanielWolf
Posts: 3
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:
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
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
'Top Down (methods with source)' in the combo box.
You just need to change the combo box option so it shows you the top down display but with all methods. The entire stack trace will then be shown.
Regards,
Stephen
thanks for your quick answer. I just found the "Display" dropdown field myself. :oops:
Thanks anyway!
the profiler should identify the problems very quickly for you now.
Regards,
Stephen