ReSharper 2016.3 Help

Profiling Unit Tests with dotTrace

If you have ReSharper Ultimate license, you can profile performance of unit tests with JetBrains dotTrace.

When dotTrace is enabled, the Profile Unit Tests /help/img/dotnet/2016.3/ThemedIcon.UtrProfile.Screen.[Gray].png command appears together with Run Unit Tests /help/img/dotnet/2016.3/ThemedIcon.RunTest.Screen.[Gray].png / Debug Unit Tests /help/img/dotnet/2016.3/ThemedIcon.Debug.Screen.[Gray].png commands. You can use this command to start profiling unit tests from the editor, from the Solution Explorer, or from unit tests sessions.

To learn more about profiling unit tests, see dotTrace help: How to profile unit tests.

Last modified: 12 October 2017

See Also