bergquist e84ff24833 adds codahale to vendor 8 سال پیش
..
LICENSE e84ff24833 adds codahale to vendor 8 سال پیش
README.md e84ff24833 adds codahale to vendor 8 سال پیش
hdr.go e84ff24833 adds codahale to vendor 8 سال پیش
window.go e84ff24833 adds codahale to vendor 8 سال پیش

README.md

hdrhistogram

Build Status

A pure Go implementation of the HDR Histogram.

A Histogram that supports recording and analyzing sampled data value counts across a configurable integer value range with configurable value precision within the range. Value precision is expressed as the number of significant digits in the value recording, and provides control over value quantization behavior across the value range and the subsequent value resolution at any given level.

For documentation, check godoc.