3#include "mc/_HeaderOutputPredefine.h"
7namespace webrtc::metrics {
class Histogram; }
10namespace webrtc::metrics {
13MCNAPI
void HistogramAdd(::webrtc::metrics::Histogram* histogram_pointer,
int sample);
15MCNAPI ::webrtc::metrics::Histogram*
16HistogramFactoryGetCounts(::std::string_view name,
int min,
int max,
int bucket_count);
18MCNAPI ::webrtc::metrics::Histogram* HistogramFactoryGetEnumeration(::std::string_view name,
int boundary);
20MCNAPI ::webrtc::metrics::Histogram* SparseHistogramFactoryGetEnumeration(::std::string_view name,
int boundary);