dotTrace - overview of duration per method
Hi,
Using dotTrace 2016.3 I am trying to analyse the performance of my WCF service but all I seem to be able to produce are long lists of "thread" stuff. What I would be interested in is a getting list of my own methods and their duration. Is this possible at all? I would appreciate your help.
Thank you,
Arno
Please sign in to leave a comment.
Hi Arno,
Yes, it is possible, please use "Plain List" view: https://www.jetbrains.com/help/profiler/2016.3/Studying_Profiling_Results__Plain_List.html
https://www.jetbrains.com/help/profiler/2016.3/Get_Started_with_Performance_Viewer.html
Hi Konstantin,
I already saw that view and the other views, but the "Plain List" view is also showing hundreds of lines that start with "JetBrains" or "Microsoft" but I can't see my own functions. What am I missing?
Thank you,
Arno
Well, in this case you can manually filter functions from some assemblies (this action is available in context menu on any method) or just use search (Ctrl+F) for finding your methods. Also please check the state of "Show system function" checkbox - it should be disabled in order to minimize the number of non-relevant functions.