|
dispenso 1.6.0
A library for task parallelism
|
Describes a group of CPUs that share a cache level. More...
#include <cpu_set.h>
Public Attributes | |
| std::vector< int32_t > | cpus |
| CPU IDs in this group. | |
| int32_t | cacheId |
| Unique cache instance ID from sysfs. | |
Describes a group of CPUs that share a cache level.
Used by the topology detection API to report L2 and L3 cache sharing groups.
| int32_t dispenso::CacheGroup::cacheId |
| std::vector<int32_t> dispenso::CacheGroup::cpus |