Home | History | Annotate | Download | only in metrics

Lines Matching refs:kNoFlags

143       "TestHistogram1", 1, 1000, 10, HistogramBase::kNoFlags);
145 "TestHistogram2", 1, 1000, 10, HistogramBase::kNoFlags);
153 Histogram::FactoryGet("TestHistogram1", 1, 1000, 10, Histogram::kNoFlags);
154 Histogram::FactoryGet("TestHistogram2", 1, 1000, 10, Histogram::kNoFlags);
155 Histogram::FactoryGet("TestHistogram3", 1, 1000, 10, Histogram::kNoFlags);
178 "TestHistogram", 1, 1000, 10, HistogramBase::kNoFlags);
185 "TestHistogram", 1, 1000, 10, HistogramBase::kNoFlags);
193 "TestLinearHistogram", 1, 1000, 10, HistogramBase::kNoFlags);
200 "TestBooleanHistogram", HistogramBase::kNoFlags);
210 "TestCustomHistogram", custom_ranges, HistogramBase::kNoFlags);
220 "TestHistogramCounts", 1, 1000000, 50, HistogramBase::kNoFlags);
253 Histogram::FactoryGet("Histogram", 1, 64, 8, HistogramBase::kNoFlags);
254 Histogram::FactoryGet("Histogram2", 1, 64, 8, HistogramBase::kNoFlags);
259 Histogram::FactoryGet("Histogram3", 1, 64, 16, HistogramBase::kNoFlags);