Toolbox snapshot
The Reactive C++ Toolbox
|
#include "Utility.hpp"
#include "Histogram.hpp"
#include "Iterator.hpp"
#include <boost/io/ios_state.hpp>
#include <cmath>
#include <iomanip>
#include <ostream>
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 |
ostream & | toolbox::hdr::operator<< (ostream &os, PutPercentiles pp) |