When I use the Profile Test command to profile a unit test in Visual Studio 2012 Update 1, the instrumenting profiler is used. This profiling technique has way too much overhead (100:1) to be useful in my application. How can I configure Visual Studio 2012 to profile my unit test(s) with the sampling profiler instead?
Asked
Active
Viewed 159 times
2
-
To down-voter, this is an interesting question about a specific programming problem that is solvable in the scope of an SO question, it is clear and understandable, why the downvote? – Benjamin Gruenbaum Mar 21 '13 at 20:43
-
@BenjaminGruenbaum Best guess someone just doesn't like me, considering at the same time I received a downvote on one of the most extensively detailed Q/A posts I've ever put here: http://stackoverflow.com/questions/15263761 – Sam Harwell Mar 21 '13 at 20:48