# 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.
SysRoot returns the sys root directory.

# Constants

DataCache marks data cache.
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 marks instruction 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.
unit multipliers.
UnifiedCache marks a unified data/instruction cache.

# Structs

Cache has details about cache.
CPUFreq is a CPU frequency scaling range.
MemInfo contains data read from a NUMA node meminfo file.

# 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.
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.