|
| CPUTopology () |
| Constructor for CPUTopology.
|
|
auto | setName (const std::string &topology) -> void |
| Set the name for this topoplogy.
|
|
auto | setNumCores (const uint32_t num_of_cores) -> void |
| Set the number of cores in this processor.
|
|
Definition at line 28 of file CPUTopology.hpp.
◆ CPUTopology()
core_example::CPUTopology::CPUTopology |
( |
| ) |
|
|
inline |
◆ allocateTopology()
auto core_example::CPUTopology::allocateTopology |
( |
const std::string & |
topology | ) |
-> CPUTopology* |
|
static |
Static method to allocate memory for topology.
Definition at line 288 of file CPUTopology.cpp.
◆ setName()
auto core_example::CPUTopology::setName |
( |
const std::string & |
topology | ) |
-> void |
|
inline |
◆ setNumCores()
auto core_example::CPUTopology::setNumCores |
( |
const uint32_t |
num_of_cores | ) |
-> void |
|
inline |
Set the number of cores in this processor.
Definition at line 107 of file CPUTopology.hpp.
◆ factories
std::unique_ptr<CPUFactories> core_example::CPUTopology::factories |
◆ num_cores
uint32_t core_example::CPUTopology::num_cores |
◆ port_connections
◆ topology_name
std::string core_example::CPUTopology::topology_name |
◆ units
std::vector<UnitInfo> core_example::CPUTopology::units |
The documentation for this class was generated from the following files: