Distinguish "waiting" time from "busy" time #1951
-
I'm new to tracing so forgive me if the question sounds noob'ish I'm profiling a .NET app trying to understand where the CPU usage comes from. Using In "thread time" view I see that most of the time is wasted in methods like Is there a way to filter the view somehow, so it does not count "blocking" code like this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @alex-jitbit , For your case this might be interest: https://learn.microsoft.com/en-us/shows/perfview-tutorial/tutorial-14-investigating-wall-clock-responce-time-in-aspnet-scenarios |
Beta Was this translation helpful? Give feedback.
Hi @alex-jitbit ,
If you haven't seen these: https://learn.microsoft.com/en-us/shows/perfview-tutorial/
, please take a look at them. They a bit old, but they tell about the philosophy of perfview and how to think about perf investigations.
For your case this might be interest: https://learn.microsoft.com/en-us/shows/perfview-tutorial/tutorial-14-investigating-wall-clock-responce-time-in-aspnet-scenarios