Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dstatistics_recorder_unittest.cc80 Histogram* CreateHistogram(const std::string& name, in CreateHistogram() function in base::StatisticsRecorderTest
Dpersistent_histogram_allocator.cc502 std::unique_ptr<HistogramBase> PersistentHistogramAllocator::CreateHistogram( in CreateHistogram() function in base::PersistentHistogramAllocator
/external/v8/src/
Dcounters.cc34 void* Histogram::CreateHistogram() const { in CreateHistogram() function in v8::internal::Histogram
Dcounters.h69 void* CreateHistogram(const char* name, in CreateHistogram() function
Dd8.cc1340 void* Shell::CreateHistogram(const char* name, in CreateHistogram() function in v8::Shell