dotMemory
 
Get dotMemory

Start Profiling Session from Visual Studio

Last modified: 26 May 2024

dotMemory integrated in Visual Studio lets you profile the currently opened solution, more specifically, a particular run configuration.

Run configurations let you create a number of predefined configurations with different run parameters for your startup project, an arbitrary executable, or even any static method. For example, you can create a number of configurations that will differ by CPU architecture and CLR version. These configurations can be used to quickly run or debug your project without the need to set up particular run parameters each time. As dotMemory shares the ReSharper platform, it is able to profile any run configuration.

By default, your solution has only one run configuration - the configuration for the startup project.

You can also start profiling of an arbitrary application rather than a particular run configuration.