Home | History | Annotate | Download | only in metrics

Lines Matching defs:histograms

26 // for histogram allocation. False will allocate histograms from the process
175 const StatisticsRecorder::Histograms histograms =
178 ASSERT_THAT(histograms, testing::SizeIs(1));
179 const HistogramBase* const sparse_histogram = histograms[0];
203 const StatisticsRecorder::Histograms histograms =
205 ASSERT_THAT(histograms, testing::SizeIs(2));
206 EXPECT_STREQ(histograms[0]->histogram_name(), "Sparse0");
207 EXPECT_STREQ(histograms[1]->histogram_name(), "Sparse1");
235 // Ensure that race conditions that cause multiple, identical sparse histograms
275 // Ensure that original histograms are still cross-functional.
296 // Calculate cost of creating histograms.
308 // Calculate cost of looking up existing histograms.
328 // Calculate cost of accessing histograms.