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

  /external/chromium_org/v8/src/
counters.cc 54 void* Histogram::CreateHistogram() const {
56 CreateHistogram(name_, min_, max_, num_buckets_);
counters.h 56 // to a histogram created with CreateHistogram function
81 void* CreateHistogram(const char* name,
89 // Add a sample to a histogram created with the CreateHistogram
219 histogram_ = CreateHistogram();
228 void* CreateHistogram() const;
compilation-cache.cc 206 script_histogram_ = isolate()->stats_table()->CreateHistogram(
d8.h 289 static void* CreateHistogram(const char* name,
d8.cc 696 V8::SetCreateHistogramFunction(CreateHistogram);
739 void* Shell::CreateHistogram(const char* name,
898 V8::SetCreateHistogramFunction(CreateHistogram);
    [all...]
  /external/v8/src/
counters.cc 88 void* HistogramTimer::CreateHistogram() const {
90 CreateHistogram(name_, 0, 10000, 50);
counters.h 56 // to a histogram created with CreateHistogram function
81 void* CreateHistogram(const char* name,
89 // Add a sample to a histogram created with the CreateHistogram
228 histogram_ = CreateHistogram();
234 void* CreateHistogram() const;
d8.h 284 static void* CreateHistogram(const char* name,
compilation-cache.cc 195 script_histogram_ = isolate()->stats_table()->CreateHistogram(
d8.cc 667 V8::SetCreateHistogramFunction(CreateHistogram);
710 void* Shell::CreateHistogram(const char* name,
876 V8::SetCreateHistogramFunction(CreateHistogram);
    [all...]
  /art/runtime/base/
histogram_test.cc 33 // hist->CreateHistogram();
88 hist->CreateHistogram(data);
120 hist->CreateHistogram(data);
163 hist->CreateHistogram(data);
188 hist->CreateHistogram(data);
197 hist->CreateHistogram(data);
204 hist->CreateHistogram(data);
220 hist->CreateHistogram(data);
237 hist->CreateHistogram(data);
246 hist->CreateHistogram(data)
    [all...]
histogram.h 50 void CreateHistogram(CumulativeData& data);
51 // Reset the cumulative values, next time CreateHistogram is called it will recreate the cache.
histogram-inl.h 173 template <class Value> inline void Histogram<Value>::CreateHistogram(CumulativeData& out_data) {
timing_logger.cc 113 it->second->CreateHistogram(cumulative_data);
  /external/chromium_org/base/metrics/
statistics_recorder_unittest.cc 35 Histogram* CreateHistogram(const std::string& name,
64 Histogram* histogram = CreateHistogram("TestHistogram", 1, 1000, 10);
121 Histogram* histogram = CreateHistogram("TestHistogram", 1, 1000, 10);
  /external/chromium_org/content/renderer/
render_thread_impl.cc 205 void* CreateHistogram(
296 v8::V8::SetCreateHistogramFunction(CreateHistogram);
323 v8::V8::SetCreateHistogramFunction(CreateHistogram);
    [all...]

Completed in 1018 milliseconds