valkey/deps/hdr_histogram
filipe oliveira 21784def70
Extended redis-benchmark instant metrics and overall latency report (#7600)
A first step to enable a consistent full percentile analysis on query latency so that we can fully understand the performance and stability characteristics of the redis-server system we are measuring. It also improves the instantaneous reported metrics, and the csv output format.
2020-08-25 21:21:29 +03:00
..
COPYING.txt Extended redis-benchmark instant metrics and overall latency report (#7600) 2020-08-25 21:21:29 +03:00
hdr_atomic.h Extended redis-benchmark instant metrics and overall latency report (#7600) 2020-08-25 21:21:29 +03:00
hdr_histogram.c Extended redis-benchmark instant metrics and overall latency report (#7600) 2020-08-25 21:21:29 +03:00
hdr_histogram.h Extended redis-benchmark instant metrics and overall latency report (#7600) 2020-08-25 21:21:29 +03:00
LICENSE.txt Extended redis-benchmark instant metrics and overall latency report (#7600) 2020-08-25 21:21:29 +03:00
Makefile Extended redis-benchmark instant metrics and overall latency report (#7600) 2020-08-25 21:21:29 +03:00
README.md Extended redis-benchmark instant metrics and overall latency report (#7600) 2020-08-25 21:21:29 +03:00

HdrHistogram_c v0.11.0


This port contains a subset of the 'C' version of High Dynamic Range (HDR) Histogram available at github.com/HdrHistogram/HdrHistogram_c.

The code present on hdr_histogram.c, hdr_histogram.h, and hdr_atomic.c was Written by Gil Tene, Michael Barker, and Matt Warren, and released to the public domain, as explained at http://creativecommons.org/publicdomain/zero/1.0/.