CPU topology detector.
More...
#include <cpu.hpp>
◆ CpuTopology()
| join::CpuTopology::CpuTopology |
( |
const CpuTopology & | other | ) |
|
|
delete |
copy constructor.
- Parameters
-
| other | other object to copy. |
◆ cores()
| const std::vector< PhysicalCore > & CpuTopology::cores |
( |
| ) |
const |
|
noexcept |
get all physical cores.
- Returns
- vector of physical cores.
◆ instance()
◆ nodes()
| const std::vector< NumaNode > & CpuTopology::nodes |
( |
| ) |
const |
|
noexcept |
get all NUMA nodes.
- Returns
- vector of NUMA nodes.
◆ operator=()
copy assignment operator.
- Parameters
-
| other | other object to copy. |
- Returns
- current object.
The documentation for this class was generated from the following files: