3#include "mc/_HeaderOutputPredefine.h"
7namespace webrtc::metrics {
class Histogram; }
10namespace webrtc::metrics {
15MCNAPI ::webrtc::metrics::Histogram*
16HistogramFactoryGetCounts(::std::string_view name,
int min,
int max,
int bucket_count);
18MCNAPI ::webrtc::metrics::Histogram*
19HistogramFactoryGetCountsLinear(::std::string_view name,
int min,
int max,
int bucket_count);
21MCNAPI ::webrtc::metrics::Histogram* HistogramFactoryGetEnumeration(::std::string_view name,
int boundary);
23MCNAPI ::webrtc::metrics::Histogram* SparseHistogramFactoryGetEnumeration(::std::string_view name,
int boundary);