Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ABCDGHILMOPRSTUWXZ
]
hdrhistogram - A High Dynamic Range (HDR) Histogram
- Website:
- https://github.com/HdrHistogram/HdrHistogram_c
- Licence:
- CC0 or BSD
- Vendor:
- Remi Collet
- Description:
HdrHistogram: A High Dynamic Range (HDR) Histogram.
This port contains a subset of the functionality supported
by the Java implementation. The current supported features are:
- Standard histogram with 64 bit counts (32/16 bit counts not supported)
- All iterator types (all values, recorded, percentiles, linear, logarithmic)
- Histogram serialisation (encoding version 1.2, decoding 1.0-1.2)
- Reader/writer phaser and interval recorder
Packages
hdrhistogram-0.10.0-1.el6.remi.i686
|
[18 KiB]
|
Changelog by Remi Collet (2020-06-15):
- update to 0.10.0
- soname bump to 6
- add option to not install static libraries from
https://github.com/HdrHistogram/HdrHistogram_c/pull/84
- add hdr_histogram_perf command
|