Is Windows supported? #685
-
I'd like to get a flamegraph for microsoftfeedback/WinDbg-Feedback#248 (comment) to diagnose what it's temporarily hanging at whenever it tries to read a Linux ISO's contents written to a storage device. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can run hotspot in WSL to analyze Alternatively, try VTune or the profiler(s) integrated into Visual Studio. Good luck with your problem |
Beta Was this translation helpful? Give feedback.
You can run hotspot in WSL to analyze
perf.data
you recorded on a linux host, but afairperf record
does not work in WSL. So you probably need to use a different tool to profile on Windows. I can recommend UIforETW+WPA, esp. based on your problem description which may be due to some off-CPU issue.Alternatively, try VTune or the profiler(s) integrated into Visual Studio.
Good luck with your problem