Monitor all threads, but separately #102
-
|
I would like to make a capture that will profile all the threads of a process, but keep the statistics per thread separated. The issue I have is that in my application some thread goes to 100%, When it does, I have a process that starts up very sleepy to monitor all threads. The aggregated data don't help me, I would like to be able to examine each thread separately despite capturing all threads |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Why not filter by thread in the results window, then? Very Sleepy already records which thread each sample is coming from. |
Beta Was this translation helpful? Give feedback.
Why not filter by thread in the results window, then? Very Sleepy already records which thread each sample is coming from.