hdr_histogram

pecl install 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.

Maintainer

  • Benjamin Eberlei (lead )

Details

Stars: 9
Issue openned: 6
Downloads: 16882
0.5.0
4 months ago
Version 0.5.0 change log


- Migrate from resource to object of new HdrHistogram\Histogram class
- add HdrHistogram\Iterator and HdrHistogram\Iterator\Percentile classes

requires:

  • php >=7.0.0
  • pearinstaller >=1.10.0