Home
last modified time | relevance | path

Searched refs:ScaledLinearHistogram (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram.h459 class BASE_EXPORT ScaledLinearHistogram {
466 ScaledLinearHistogram(const char* name,
473 ~ScaledLinearHistogram();
496 DISALLOW_COPY_AND_ASSIGN(ScaledLinearHistogram);
Dhistogram_macros_internal.h168 class ScaledLinearHistogramInstance : public base::ScaledLinearHistogram { \
171 : ScaledLinearHistogram(name, \
Dhistogram.cc1027 ScaledLinearHistogram::ScaledLinearHistogram(const char* name, in ScaledLinearHistogram() function in base::ScaledLinearHistogram
1049 ScaledLinearHistogram::~ScaledLinearHistogram() = default;
1051 void ScaledLinearHistogram::AddScaledCount(Sample value, int count) { in AddScaledCount()
Dhistogram_unittest.cc744 TEST_P(HistogramTest, ScaledLinearHistogram) { in TEST_P() argument
745 ScaledLinearHistogram scaled("SLH", 1, 5, 6, 100, HistogramBase::kNoFlags); in TEST_P()