![]() |
Toolbox snapshot
The Reactive C++ Toolbox
|
#include "Iterator.hpp"#include "Histogram.hpp"#include <toolbox/util/Concepts.hpp>#include <toolbox/Config.h>#include <cstdint>#include <format>

Go to the source code of this file.
Classes | |
| struct | toolbox::hdr::PutPercentiles |
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 |
| auto | toolbox::hdr::put_percentiles (const Histogram &h, std::int32_t ticks_per_half_distance, double value_scale) noexcept |
| template<typename StreamT > requires Streamable<StreamT> | |
| StreamT & | toolbox::hdr::operator<< (StreamT &os, PutPercentiles pp) |