![]() |
Toolbox snapshot
The Reactive C++ Toolbox
|
Go to the source code of this file.
Namespaces | |
namespace | toolbox |
namespace | toolbox::hdr |
A C++ port of HdrHistogram_c written Michael Barker and released to the public domain. | |
Functions | |
int64_t | toolbox::hdr::min (const Histogram &h) noexcept |
int64_t | toolbox::hdr::max (const Histogram &h) noexcept |
int64_t | toolbox::hdr::value_at_percentile (const Histogram &h, double percentile) noexcept |
double | toolbox::hdr::mean (const Histogram &h) noexcept |
double | toolbox::hdr::stddev (const Histogram &h) noexcept |