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 Pro
Ok, so I figured out how to do it for profiler sampling (not instrumentation)...
One thing that could be improved would be to do this with instrumentation, but it is not currently clear to me how that could be done in VS Professional edition.
To run performance analysis on a unit test, I just create a console application that I call the unit test method from, then use that as the target project for the performance analysis. This is probably easier than firing up two instances of VS and attaching.