How to profile performance for a single unit test using Visual Studio 2013 Professional?
问题 I would like to run the Visual Studio 2013 Professional edition profiler for a single automated test. It is not clear from other questions here on how to do so using the Professional edition. Is this possible and if so, how? 回答1: Ok, so I figured out how to do it for profiler sampling (not instrumentation)... Launch Visual Studio (VS) and open the project that has the automated test that you would like to profile. Put a breakpoint on the first line of the test that will be profiled. Debug the