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

#include <numa_policy.hpp>

Public Attributes

NumaMode mode {NumaMode::auto_detect}
 
std::size_t worker_index {0}
 
std::optional< std::size_t > node_id
 
std::optional< std::size_t > cpu_id
 

Detailed Description

Definition at line 25 of file numa_policy.hpp.

Member Data Documentation

◆ cpu_id

std::optional<std::size_t> velographx::NumaPlacement::cpu_id

Definition at line 29 of file numa_policy.hpp.

Referenced by velographx::describe_numa_placement().

◆ mode

NumaMode velographx::NumaPlacement::mode {NumaMode::auto_detect}

Definition at line 26 of file numa_policy.hpp.

Referenced by velographx::describe_numa_placement().

◆ node_id

std::optional<std::size_t> velographx::NumaPlacement::node_id

Definition at line 28 of file numa_policy.hpp.

Referenced by velographx::describe_numa_placement().

◆ worker_index

std::size_t velographx::NumaPlacement::worker_index {0}

Definition at line 27 of file numa_policy.hpp.

Referenced by velographx::describe_numa_placement().


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