Open 3D Engine EMotionFX 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.
MCore::MemoryTracker::Group Struct Reference

#include <MemoryTracker.h>

Public Attributes

std::set< uint32 > m_categories
 
std::string m_name
 
GroupStats m_stats
 

Detailed Description

A group, which is a collection of memory categories.

Member Data Documentation

◆ m_categories

std::set<uint32> MCore::MemoryTracker::Group::m_categories

The ID values of the categories that are part of this group.

◆ m_name

std::string MCore::MemoryTracker::Group::m_name

The name of the category.

◆ m_stats

GroupStats MCore::MemoryTracker::Group::m_stats

The statistics.


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