Expand description
Microbenchmark workloads spanning memory / integer / float / branch / concurrency.
Structs§
- Alignment
Bench - Alignment-aware memory checksum (same bytes, different base alignment).
- Branch
Bench - Branch-heavy workload.
- Concurrency
Bench - Shared-counter concurrency microbench.
- Float
Bench - Float mix.
- Host
IsaDot - Host-ISA float dot product: portable scalar vs AVX (when detected).
- Host
IsaReduce - Host-ISA integer reduction: portable scalar vs AVX2 when detected.
- Integer
Bench - Integer mix.
- MemOp
Bench - Flagship memscan / memcpy-style variants for size-class HNEPs.
- Memory
Bench - Sequential memory touch (baseline-friendly).
Enums§
- Cache
Target - Working-set sized relative to a cache level.
- Workload
Kind - Workload domain.