This document defines recommended engineering metrics for DSP benchmarking.
| Metric | Meaning |
|---|---|
| MSamples/s | processed sample throughput |
| MB/s | memory-oriented throughput |
| Real-time factor | realtime feasibility |
| Metric | Meaning |
|---|---|
| cycles/sample | computational efficiency |
| SIMD gain | acceleration effectiveness |
| cache sensitivity | memory behavior |
| Metric | Meaning |
|---|---|
| RMS error | average implementation deviation |
| max absolute error | overflow visibility |
| SNR degradation | signal-quality preservation |
Reports should document:
- CPU model;
- compiler version;
- optimization flags;
- SIMD configuration;
- operating system.
Performance claims should be reproducible and generated from scripts rather than manually edited values.