Structsยง
- EtdConfig
- Configuration for ETD calibration
- Padded
Atomic ๐Bool - Cache-line padded atomic to avoid false sharing
- Shared
State ๐ - Shared state for two-buffer ping-pong (avoids SMT contention)
Constantsยง
Functionsยง
- calibrate_
full_ matrix - Perform full topology calibration. Returns matrix[i][j] = latency from CPU i to CPU j.
- measure_
pair ๐ - Measure round-trip latency between two CPUs using CAS ping-pong. Returns per-sample latencies (ns).