Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS 2015: Profiling tools disabled in Performance Wizard

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:

Profiling Tools

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?

like image 653
Dave New Avatar asked Apr 28 '16 07:04

Dave New


1 Answers

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

like image 180
Ivan Josipovic Avatar answered Oct 30 '22 23:10

Ivan Josipovic