How to profile unit tests in Visual Studio 2012?

alexey picture alexey · Aug 19, 2012 · Viewed 16.8k times · Source

Is it possible to profile MSTest unit tests in Visual Studio 2012 Ultimate without using any external profiling tools?

Answer

Oleg Sych picture Oleg Sych · Oct 22, 2012

This feature was added back in the upcoming Visual Studio 2012 Quarterly Update 1. Right-click the test you want to profile in the Test Explorer and select "Profile Test" from the context menu.