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
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.