Add custom profiling information to your code and create custom ProfilerA window that helps you to optimize your game. It shows how much time is spent in the various areas of your game. For example, it can report the percentage of time spent rendering, animating, or in your game logic. More info
See in Glossary modules to visualize the data.
| Topic | Description |
|---|---|
| Create custom Profiler modules | Build custom Profiler modules to display performance data and visualizations for your project’s specific needs. |
| Adding profiling information to your code | Instrument your code with profiling markers, counters, and metadata to track performance metrics. |