[][src]Crate hdrhist

hdrhist is a small footprint hdr histogram.

It collects u64 values in the full u64 value range with precision of 5 most significant bits. You can add new samples in O(1) time (a handful of cycles), and it will never reallocate.

Structs

HDRHist

An hdr histogram that collects u64 sample with 5 bit precision.