Searched refs:CreateHistogram (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/base/metrics/ |
D | statistics_recorder_unittest.cc | 97 Histogram* CreateHistogram(const char* name, in CreateHistogram() function in base::StatisticsRecorderTest 136 CreateHistogram("TestHistogram", 1, 1000, 10); in TEST_P() 194 Histogram* const histogram1 = CreateHistogram("TestHistogram1", 1, 1000, 10); in TEST_P() 211 Histogram* const histogram2 = CreateHistogram("TestHistogram1", 1, 1000, 10); in TEST_P() 219 Histogram* const histogram3 = CreateHistogram("TestHistogram0", 1, 1000, 10); in TEST_P()
|
D | persistent_histogram_allocator.cc | 306 return CreateHistogram(data); in GetHistogram() 407 std::unique_ptr<HistogramBase> histogram = CreateHistogram(histogram_data); in AllocateHistogram() 497 std::unique_ptr<HistogramBase> PersistentHistogramAllocator::CreateHistogram( in CreateHistogram() function in base::PersistentHistogramAllocator
|
D | persistent_histogram_allocator.h | 308 std::unique_ptr<HistogramBase> CreateHistogram(
|
/external/angle/src/libANGLE/ |
D | OverlayWidgets.cpp | 162 std::vector<size_t> CreateHistogram(const std::vector<size_t> values) in CreateHistogram() function 306 std::vector<size_t> histogram = CreateHistogram(runningHistogram->runningValues); in AppendRunningHistogramCommon()
|
/external/webrtc/audio/test/ |
D | low_bandwidth_audio_test.py | 310 hist = histograms.CreateHistogram(metric, units, [value])
|