pub(crate) const MAX_CPU_PROFILE_HZ: u32 = 1_000_000;
The maximum permitted CPU profile sampling frequency. Matches the limit enforced by mz_prof::time::prof_time.
mz_prof::time::prof_time