|
VeloGraphX
High-performance dynamic graph analytics in C++20
|
#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< NumaNodeInfo > | topology |
| std::size_t velographx::NumaInfo::hardware_threads {std::thread::hardware_concurrency()} |
| bool velographx::NumaInfo::native_support {false} |
Definition at line 22 of file numa.hpp.
Referenced by velographx::detect_numa().
| std::size_t velographx::NumaInfo::nodes {1} |
Definition at line 21 of file numa.hpp.
Referenced by velographx::detect_numa().
| std::vector<NumaNodeInfo> velographx::NumaInfo::topology |
Definition at line 23 of file numa.hpp.
Referenced by velographx::choose_numa_placement(), velographx::detect_numa(), and velographx::plan_numa_vertex_partitions().