Home > Back-end >  How to Profiler unit test in Visual Studio 2010?
How to Profiler unit test in Visual Studio 2010?

Time:10-02

Can I use VS 2010 Profiler to profile unit test (MSTest)? If yes, how?

Thanks, Michael

CodePudding user response:

If you bring up the "Test View" window you can right click on the test you want to profile and choose "Create Performance Session..."

  • Related