Home
last modified time | relevance | path

Searched defs:CreateHistogram (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/metrics/
Dstatistics_recorder_unittest.cc97 Histogram* CreateHistogram(const char* name, in CreateHistogram() function in base::StatisticsRecorderTest
Dpersistent_histogram_allocator.cc497 std::unique_ptr<HistogramBase> PersistentHistogramAllocator::CreateHistogram( in CreateHistogram() function in base::PersistentHistogramAllocator
/external/v8/src/
Dcounters.h67 void* CreateHistogram(const char* name, in CreateHistogram() function
1534 void* CreateHistogram(const char* name, int min, int max, size_t buckets) { in CreateHistogram() function
Dcounters.cc76 void* Histogram::CreateHistogram() const { in CreateHistogram() function in v8::internal::Histogram
Dd8.cc1664 void* Shell::CreateHistogram(const char* name, in CreateHistogram() function in v8::Shell