Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dsparse_histogram_unittest.cc72 std::unique_ptr<SparseHistogram> NewSparseHistogram(const char* name) { in NewSparseHistogram() function in base::SparseHistogramTest
94 std::unique_ptr<SparseHistogram> histogram(NewSparseHistogram("Sparse")); in TEST_P()
113 std::unique_ptr<SparseHistogram> histogram(NewSparseHistogram("Sparse")); in TEST_P()
132 std::unique_ptr<SparseHistogram> histogram(NewSparseHistogram("Sparse")); in TEST_P()
154 std::unique_ptr<SparseHistogram> histogram(NewSparseHistogram("Sparse")); in TEST_P()
211 std::unique_ptr<SparseHistogram> histogram(NewSparseHistogram("Sparse")); in TEST_P()
263 NewSparseHistogram(histogram_name); in TEST_P()