#include <NumaInfo.hpp>
NumaInfo contains information about a NUMA node on the system.
Pothos::System::NumaInfo::NumaInfo |
( |
void |
| ) |
|
Create a blank NumaNodeInfo with empty values.
static std::vector<NumaInfo> Pothos::System::NumaInfo::get |
( |
void |
| ) |
|
|
static |
Query a list of per-node NumaInfo structs.
std::vector<size_t> Pothos::System::NumaInfo::cpus |
A list of CPUs located on this NUMA node.
size_t Pothos::System::NumaInfo::freeMemory |
The available memory on this NUMA node in bytes.
size_t Pothos::System::NumaInfo::nodeNumber |
The numeric identifier for this NUMA node.
size_t Pothos::System::NumaInfo::totalMemory |
The total memory on this NUMA node in bytes.
The documentation for this class was generated from the following file: