HomeSort by relevance Sort by last modified time
    Searched defs:CreateHistogram (Results 1 - 6 of 6) sorted by null

  /art/libartbase/base/
histogram-inl.h 218 inline void Histogram<Value>::CreateHistogram(CumulativeData* out_data) const {
  /external/libchrome/base/metrics/
statistics_recorder_unittest.cc 81 Histogram* CreateHistogram(const std::string& name,
139 Histogram* histogram = CreateHistogram("TestHistogram", 1, 1000, 10);
196 Histogram* histogram = CreateHistogram("TestHistogram", 1, 1000, 10);
persistent_histogram_allocator.cc 298 return CreateHistogram(histogram_data);
381 std::unique_ptr<HistogramBase> histogram = CreateHistogram(histogram_data);
526 std::unique_ptr<HistogramBase> PersistentHistogramAllocator::CreateHistogram(
    [all...]
  /external/v8/src/
counters.cc 34 void* Histogram::CreateHistogram() const {
36 CreateHistogram(name_, min_, max_, num_buckets_);
counters.h 44 // to a histogram created with CreateHistogram function
69 void* CreateHistogram(const char* name,
77 // Add a sample to a histogram created with the CreateHistogram
213 histogram_ = CreateHistogram();
221 void* CreateHistogram() const;
    [all...]
d8.cc     [all...]

Completed in 236 milliseconds