LATENCY_RECENT_WINDOW

Constant LATENCY_RECENT_WINDOW 

Source
pub const LATENCY_RECENT_WINDOW: usize = 256;
Expand description

Number of most-recent samples the percentiles are computed over.

Percentiles are exact over this window (nearest-rank on a sorted copy), which covers every turn of all but the longest sessions; the histogram carries the full session.