Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
Utility.hpp File Reference
#include <toolbox/Config.h>
#include <cstdint>
#include <iosfwd>
Include dependency graph for Utility.hpp:
This graph shows which files directly or indirectly include this file:

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
 
ostream & toolbox::hdr::operator<< (ostream &os, PutPercentiles pp)