Performance Metrics Gathering in O3DE

Performance Metrics Gathering Explained

The Performance Metrics Gathering API in the Open 3D Engine (O3DE) provides a standardized API for gathering metrics relevant to for querying a feature system performance metrics. It provides a C++ interface for recording metrics based on the Google Trace Event Format via the Event Logger API. A Statistic collection API is provided via the Statistical Manager , which can record statistics over a period of frames and calculate higher level statistical results, including minimum, maximum, standard deviation, and variance. These two APIs are tied to the Performance Collector system, which encapsulates a Statistical Manager and a JSON trace Event Logger to record statistical metrics data to record gathered statistics to the Google Trace Event Format.

To learn how to use the Event Logger API in order to set up a JSON Trace Event Log into the Google Trace Event Format and preview the logs in a Chromium-based browser, read Recording using Json Trace Event Logger.


Copyright © 2026 DawnEngine. All rights reserved.

DawnEngine is a commercial 3D engine distributed under the DawnEngine end-user license agreement. Engine binaries and source are proprietary and are not covered by the licenses below.

Documentation only: the prose and templates on this site are a derivative work of Open 3D Engine (O3DE) documentation by the O3DE Contributors, used under CC BY 4.0 (documentation content), Apache 2.0 (site code), and the MIT license (inline code samples).

The open-source 3D engine that DawnEngine is built on top of is Open 3D Engine . DawnEngine is not affiliated with, endorsed by, or sponsored by The Linux Foundation or the O3DE project. “O3DE” and “Open 3D Engine” are trademarks of The Linux Foundation.