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

#include <IEventLogger.h>

Inherits AZ::Metrics::EventArgs.

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 counter trace events Counter events should be used track values as they change over time https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/preview#heading=h.msg3086636uq


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