Skip to main content

Crate numaperf_core

Crate numaperf_core 

Source
Expand description

Core types and error handling for numaperf.

This crate provides the foundational types shared across all numaperf crates:

Structs§

Capabilities
Detected system capabilities for NUMA operations.
CpuSet
A set of CPU IDs.
NodeId
Identifier for a NUMA node.
NodeMask
A set of NUMA node IDs.

Enums§

EnforcementLevel
Reports the actual enforcement level achieved for an operation.
HardMode
Controls whether numaperf enforces strict NUMA policies or falls back gracefully.
NumaError
Unified error type for all numaperf operations.