You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using CpuStacks() for basic CPU sampling, but this produces funky stacks for async apps. I read that PerfView does some async stack stitching across async await continuation points to make better stacks for CPU time reports.
Is ThreadTimeStackComputer the right class for this? There are a lot of "unfinished" type comments so was not sure.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am using CpuStacks() for basic CPU sampling, but this produces funky stacks for async apps. I read that PerfView does some async stack stitching across async await continuation points to make better stacks for CPU time reports.
Is ThreadTimeStackComputer the right class for this? There are a lot of "unfinished" type comments so was not sure.
Really appreciate any points or examples!
Beta Was this translation helpful? Give feedback.
All reactions