//! Diagnostic counters exposed alongside the permutation.
/// Diagnostic counters collected during AMD ordering.
///
/// In release builds only `ncmpa` has non-zero cost; the other
/// populated fields add no branches to the hot loop. In debug builds
/// every field is populated except `n_clear_flag`, which is a
/// not-yet-wired constant `0` (see its field doc).