dotTrace 2021.1 Help

Profile Unity Application

To profile a standalone Unity application (Unity 2018.3 and later)

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

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

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

    • In the New Run Configuration wizard, choose Mono Application and click Next.

    • Specify application options:

      • Path to the application executable (if it's a self-contained deployment) or to a library file (if it's a framework-dependent deployment).

      • Command-line Arguments for the executable (if required).

      • A full path to the application Working directory (by default, it's the same directory where the executable is located).

      • Set environment variables lets you run the profiled application with specific environment variables. Each variable must be specified on a new line.

    • 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:

    • Currently, you can use only the Timeline profiling type. Learn more about profiling types

    • Optionally, if your application creates a number of processes and you want to profile only specific ones, create process filters.

    • Optionally, if you want to profile the native part of your Unity application, you should select the Enable native profiling option in the Advanced settings. This option may be helpful for finding low-level performance issues related to rendering and other Unity engine subsystems.

    • If required, specify other profiling options.

  5. If you want dotTrace to start collecting profiling data right after you start the session, under Run profiling, select Collect profiling data from start.

  6. Click Start. This will start the profiling session.

  7. Go through a particular workflow in your application (if you want to evaluate its performance) or reproduce a particular performance issue. Collect snapshots using the Get Snapshot button in the profiling controller window. 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 in the controller window.

  9. Analyze the collected snapshots either in the Performance Viewer or Timeline Viewer (depends on the profiling type you select).

Last modified: 08 March 2021