Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can you save the data from the Visual Studio Diagnostic Tools Windows to review after application is done processing?

When using Visual Studio 2015 Enterprise Edition, can you save the data that is accumulated in all the windows (Timeline, CPU Usage, Memory Usage, etc) of the Diagnostic Tools to review after the application completes?

like image 673
user31673 Avatar asked May 14 '16 20:05

user31673


1 Answers

Currently it is not possible to save data for Diagnostics Tools while debugging. However, it is possible to save data when running tool(s) from Diagnostics Hub (Debug > Start Diagnostic Tools Without Debugging).

like image 105
Andrey Kriachko Avatar answered Oct 19 '22 13:10

Andrey Kriachko