# Functions
CPUSetFromIDSet returns a cpuset.CPUSet corresponding to an id set.
DiscoverSystem performs discovery of the running systems details.
DiscoverSystemAt performs discovery of the running systems details from sysfs mounted at path.
EPPFromString converts string to EPP value.
IDSetFromCPUSet returns an id set corresponding to a cpuset.CPUSet.
ParseFileEntries parses a sysfs files for the given entries.
SetSysRoot sets the sys root directory.
# Constants
DataCache is a data only cache.
DiscoverAll requests full supported discovery.
DiscoverCache requests discovering CPU cache details.
DiscoverCPUTopology requests discovering CPU topology details.
DiscoverDefault is the default set of discovery flags.
DiscoverMemTopology requests discovering memory topology details.
DiscoverNone is the zero value for discovery flags.
DiscoverSst requests discovering details of Intel Speed Select Technology.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
unit multipliers.
InstructionCache is an instruction only cache.
unit multipliers.
MemoryTypeDRAM means that the node has regular DRAM-type memory.
MemoryTypeHBM means that the node has high bandwidth memory.
MemoryTypePMEM means that the node has persistent memory.
No description provided by the author
No description provided by the author
unit multipliers.
UnifiedCache is a unified data and instruction cache.
# Interfaces
CPU is a CPU core.
CPUPackage is a physical package (a collection of CPUs).
Node represents a NUMA node.
System devices.
# Type aliases
CacheType specifies a cache type.
CoreKind represents high-level classification of CPU cores, currently P- and E-cores.
DiscoveryFlag controls what hardware details to discover.
EPP represents the value of a CPU energy performance profile.
MemoryType is an enum for the Node memory.
PickEntryFn picks a given input line apart into an entry of key and value.