dotTrace 2020.1 Help

Running dotTrace

Depending on your needs, you can work with dotTrace in three different ways:

The following table summarizes the pros and cons of each way.

Standalonein Visual StudioCommand-Line Tool
Summary Ideal for apps where the original project or source code is not always available or when you want to run dotTrace without having Visual Studio installed or launched. Ideal when you have to work with a number of different profiling configurations Ideal when you need to profile an existing project running under Visual Studio Ideal when you need to automate profiling. For example, profiling on a continuous integration server
How to Run Profiling Using the dotTrace Home window Using the ReSharper | Profile menu in Visual Studio Using the ConsoleProfiler.exe command-line tool
Local Profilingcheck svgcheck svg
Additionally, profiling of run configurations is supported. For example, you are able to profile any static method in your code
check svg
Only profiling of standalone applications and already running .NET processes is supported
Remote Profilingcheck svgcross svgcross svg
Controlling Profiling Session
  • Auto-taking snapshot on process completion or by timeout

  • Using the API

Continuous Integration Supportcross svgcross svgcheck svg
The dotTrace plugin to TeamCity is available
Last modified: 09 June 2020