Constant diagnostics_hierarchy::LINEAR_HISTOGRAM_EXTRA_SLOTS

source ยท
pub const LINEAR_HISTOGRAM_EXTRA_SLOTS: usize = 4;
Expand description

Extra slots for a linear histogram: 2 parameter slots (floor, step size) and 2 overflow slots.