Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::Metrics::DurationArgs Struct Reference

#include <IEventLogger.h>

Inherits AZ::Metrics::EventArgs.

Inherited by AZ::Metrics::CompleteArgs.

Public Attributes

AZStd::optional< AZStd::string_viewm_id
 Id to associate with the event.
 
- Public Attributes inherited from AZ::Metrics::EventArgs
AZStd::string_view m_name
 Name of the Event.
 
AZStd::string_view m_cat
 Comma separated list of categories associated with the event.
 
AZStd::span< EventFieldm_args
 Arguments used to fill the "args" field for each trace event.
 

Detailed Description

Structure which represents arguments associated with the duration trace events Duration events come in pairs(Begin and End), which can be used to mark a duration of time that has passed on single thrad https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/preview#heading=h.nso4gcezn7n1


The documentation for this struct was generated from the following file: