debugging - Wall clock analysis from Visual Studio Diagnostics Hub -


the performance , diagnostics hub in visual studio amazing feature. use diagnosing memory , high cpu issues while writing code. however, far not able figure out how use tool troubleshooting low-cpu hang scenarios (or wall-clock analysis). let's application takes long time on waiting response network or file i/o. there anyway of determining diagnostics windows in visual studio during debugging sessions? hoping analysis part of cpu analysis section in there.

like blog here:

https://blogs.msdn.microsoft.com/devops/2014/02/28/new-cpu-usage-tool-in-the-performance-and-diagnostics-hub-in-visual-studio-2013/

the cpu usage tool measures cpu’s resources in terms of how time each core in cpu spends executing code, seems didn't provide feature resolve/collect low-cpu hang issue.

maybe think using other tool perfview or suggestion of magicandre1981.

https://blogs.msdn.microsoft.com/vancem/2012/11/26/wall-clock-time-analysis-using-perfview/


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -