Comments
3 comments
-
The default setting shows:
'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 -
Hi Stephen,
thanks for your quick answer. I just found the "Display" dropdown field myself. :oops:
Thanks anyway! -
No problem,
the profiler should identify the problems very quickly for you now.
Regards,
Stephen
Add comment
Please sign in to leave a comment.
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