Use the FrameTimingManager API to collect data about the performance of individual frames in your application, and optionally display the data in the Profiler window.
| Page | Description |
|---|---|
| Frame Timing Manager introduction | Learn about how the Frame Timing Manager works, and which platforms it supports. |
| Get frame timing data | Get frame time data with a custom Profiler module, or using the FrameTimingManager API. |
| Enable frame timing statistics for release builds | Enable the frame timing collection in release builds. |
| Read frame timing data with ProfilerRecorder | Get frame time data using the ProfilerRecorder instead of the FrameTimingManager API. |
| Frame timing API counter reference | Reference for the FrameTiming API and its corresponding Profiler countersPlaced in code with the ProfilerCounter API to track metrics, such as the number of enemies spawned in your game. More infoSee in Glossary. |