userver: userver/utils/statistics/histogram.hpp File Reference
Loading...
Searching...
No Matches
histogram.hpp File Reference

Detailed Description

A histogram with a dynamically-allocated array of buckets.

Definition in file histogram.hpp.

Go to the source code of this file.

#include <cstdint>
#include <memory>
#include <userver/utils/span.hpp>
#include <userver/utils/statistics/fwd.hpp>
#include <userver/utils/statistics/histogram_view.hpp>
+ Include dependency graph for histogram.hpp:

Classes

class  utils::statistics::Histogram
 A histogram with a dynamically-allocated array of buckets. More...
 

Namespaces

namespace  utils
 Utilities.
 

Functions

void utils::statistics::DumpMetric (Writer &writer, const Histogram &histogram)
 Metric serialization support for Histogram.