|
VeloGraphX
High-performance dynamic graph analytics in C++20
|
#include <cstddef>#include <filesystem>#include <fstream>#include <string>#include <thread>#include <vector>Go to the source code of this file.
Classes | |
| struct | velographx::NumaNodeInfo |
| struct | velographx::NumaInfo |
Namespaces | |
| namespace | velographx |
Enumerations | |
| enum class | velographx::NumaMode { velographx::auto_detect , velographx::off , velographx::interleave } |
Functions | |
| std::vector< std::size_t > | velographx::parse_cpu_list (const std::string &text) |
| NumaInfo | velographx::detect_numa () |
| std::string | velographx::numa_mode_name (NumaMode mode) |