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 ?

source
share