dotMemory 2023.3 Help

Profile .NET Process

dotMemory can automatically attach to and profile any .NET process that is started after you run a profiling session.

  1. Run dotMemory as a standalone application. The dotMemory Home window will open.

  2. Add a run configuration - the configuration that tells dotMemory how to run the profiled application:

    1. Under Choose what you want to profile, New Process Run, click Add run configuration Add run configuration.

    2. In the New Run Configuration wizard, choose .NET Process and click Next.

    3. If required, in Set environment variables specify environment variables. Each variable must be specified on a new line.

    4. Click Save.

  3. Make sure the created run configuration is selected in the New Process Run list.

  4. Under Choose how you want to profile it, specify profiling options:

  5. Click Start.

  6. Run the application you want to profile. The profiling session will start right after the profiler attaches to the application process.

    What if the profiler doesn't attach to my process?

    Possible reasons:

    • The process you're trying to profile is not a managed process.

    • The profiler has attached to another managed process started in the system. Try restarting profiling and if the problem persists, configure process filters.

    • Some issues are possible for processes targeting .NET 6.0 and later. If profiling does not start, try restarting the process and all its parent processes. For example, if you run your process from the Windows command prompt, restart both the command prompt and the process.

  7. Go through a particular workflow in your application (if you want to check it on potential memory issues) or reproduce a particular memory issue. Collect memory snapshots using the Get Snapshot button. Learn more about how to control the profiling session

  8. After you collect the data, either close the profiled application or detach the profiler using the Detach button.

  9. Analyze the collected snapshots.

Last modified: 24 March 2023