Skip to main content

Module stats

Module stats 

Source
Expand description

Core Percentile Computation Engine

Provides two nodes: exact (sorted array + linear interpolation) for sample counts below [HDR_THRESHOLD], and HDR histogram for larger sets. The unified entry point is [PercentileStats::Compute()].

Structs§

PercentileSet
The five standard percentile breakpoints.
PercentileStats
Complete percentile stats for a benchmark run.