VS 2015: Profiling tools disabled in Performance Wizard

a 夏天 提交于 2019-12-22 03:22:37

问题


I want to sample the performance of our application, but the various tools (such as CPU Usage and Application Timeline) are not available when trying to start a new profiling session with the Performance Wizard:

I am using Visual Studio 2015 Professional. The application is using ASP.NET 5 RC1 and is running from Kestrel (not IIS).

Why could this be happening?


回答1:


As a workaround, you can use the "Diagnostic Tools" panel when debugging, it has a CPU profiler built in.



来源:https://stackoverflow.com/questions/36908346/vs-2015-profiling-tools-disabled-in-performance-wizard

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!