hdr_histogram

A PHP extension wrapper for the C hdrhistogram API


HdrHistogram: A High Dynamic Range 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.

License: New BSD

Latest releases

Version Release Download
0.3.0 2016-08-17 hdr_histogram-0.3.0.tgz
0.2.0 2016-07-17 hdr_histogram-0.2.0.tgz
0.1.0 2015-12-31 hdr_histogram-0.1.0.tgz
Show all releases

Changelog

Version Message
0.3.0 - Improve serialized array size by introducing skip counter
- Validate inputs into hdr_import are in their range
0.2.0 - Update APIs
- some fixes
0.1.0 - First release
Show complete changelog