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

#include <IEventLogger.h>

Inherits AZ::Metrics::EventArgs.

Public Attributes

AZStd::optional< AZStd::string_viewm_id
 Id to associate with the event.
 
InstantEventScope m_scope { InstantEventScope::Thread }
 
- 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 instant events Instant events are used to record an event that has no duration associated with it https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/preview#heading=h.lenwiilchoxp

Member Data Documentation

◆ m_scope

InstantEventScope AZ::Metrics::InstantArgs::m_scope { InstantEventScope::Thread }

Specifies the scope of the event Valid values are specified in the scope enum


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