VeloGraphX
High-performance dynamic graph analytics in C++20
Loading...
Searching...
No Matches
velographx::NumaInfo Struct Reference

#include <numa.hpp>

Public Attributes

std::size_t hardware_threads {std::thread::hardware_concurrency()}
 
std::size_t nodes {1}
 
bool native_support {false}
 
std::vector< NumaNodeInfotopology
 

Detailed Description

Definition at line 19 of file numa.hpp.

Member Data Documentation

◆ hardware_threads

std::size_t velographx::NumaInfo::hardware_threads {std::thread::hardware_concurrency()}

Definition at line 20 of file numa.hpp.

◆ native_support

bool velographx::NumaInfo::native_support {false}

Definition at line 22 of file numa.hpp.

Referenced by velographx::detect_numa().

◆ nodes

std::size_t velographx::NumaInfo::nodes {1}

Definition at line 21 of file numa.hpp.

Referenced by velographx::detect_numa().

◆ topology

std::vector<NumaNodeInfo> velographx::NumaInfo::topology

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