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::CompleteArgs Struct Reference

#include <IEventLogger.h>

Inherits AZ::Metrics::DurationArgs.

Public Attributes

AZStd::chrono::microseconds m_dur
 Specifies the duration of the event in microseconds.
 
AZStd::optional< AZStd::chrono::microseconds > m_tdur
 (Optional) Specifies the thread clock duration of the event in microseconds
 
- Public Attributes inherited from AZ::Metrics::DurationArgs
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 complete trace events Complete events combines a pair of duration begin and end events into a single event It should be used to record an duration of time that has passed https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/preview#heading=h.lpfof2aylapb


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