How to enable code highlighting in a Visual Studio Performance Analyzer window?

After starting the C # project on the desktop using Visual Studio 2013 "Instrumented" profiling, none of them are highlighted in the "Performance Analyzer Function Code Code" window, as shown in the screenshot below.

What can I do to make Visual Studio show the performance of each line of code a la http://stuartjames.info/Journal/visual-studio-12-performance-analysis.aspx ?

Visual Studio 2013 screenshot showing no code highlighting

+4
source share

Source: https://habr.com/ru/post/1545888/


All Articles