Profile your UI to identify performance bottlenecks and optimize your UI elements. You can view performance data in the following ways:
| Topic | Description |
|---|---|
| UI Toolkit profiler module reference | Collect data about the time your application spends rendering and updating your UI, such as how long it takes to update runtime bindings, render, and perform layout updates. |
| UI Toolkit Details profiler module reference | Collect data about the work your application performs to render and update your UI, such as the number of batches, draw calls, and vertices. |
| UI Toolkit profiler markers | Collect data on the time your application spends in different phases of UI Toolkit’s internal update loop. |