I am using Visual Studio "Diagnostic Tools" to get a rough timing analysis on my program. As you know, in VS 2015, the elapsed time between the two break point hits are provided. I would like to know if there is any option that I can set so that these analysis would be stored in a file (or displayed) without stopping the program execution?
Thanks!