Where is the major part of the time?
We are analyzing the performance of our WPF application and cannot determine where the major part of the time in "SetValue" is spent.
We expect a sum of children of 95.73% but can see only 0.12% (see attached screenshots).
Can you help us?
Please sign in to leave a comment.
Hi Andres,
Almost all calls in your case are hidden under system folding. To unfold them, you need to click on the icon near the "SetValue", see this article for details: https://www.jetbrains.com/help/profiler/Studying_Profiling_Results__Folding_Filtered_Calls.html
Also please note that Line-by-line profiling mode is not intended to analyze time as it creates a big overhead, so total time might be distorted (see https://www.jetbrains.com/help/profiler/Profiling_Guidelines__Choosing_the_Right_Profiling_Mode.html ).