Open 3D Engine Profiler Gem 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.
Profiler::CachedTimeRegion::GroupRegionName Struct Reference

#include <CpuProfiler.h>

Classes

struct  Hash
 

Public Member Functions

 GroupRegionName (const char *const group, const char *const region)
 
bool operator== (const GroupRegionName &other) const
 

Public Attributes

const char * m_groupName = nullptr
 
AZ::Name m_regionName
 

Detailed Description

Structure used internally for caching assumed global string pointers (ideally literals) to the marker group/region NOTE: When used in a separate shared library, the library mustn't be unloaded before the CpuProfiler is shutdown.


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