Games Task Scheduler (GTS)
A multi-processor scheduling framework for games engines
gts::NumaNodeInfo Struct Reference

A description of a NUMA node. More...

#include <Thread.h>

Public Attributes

CpuCoreInfopCoreInfoArray = nullptr
 A array of descriptions for each processor core in the node.
 
size_t coreInfoElementCount = 0
 The number of elements in pCoreInfoArray.
 
size_t nodeId = SIZE_MAX
 The ID of the node.
 

Detailed Description

A description of a NUMA node.