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

  /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 54 void CreateHistogram(CumulativeData* data) const;
55 // Reset the cumulative values, next time CreateHistogram is called it will recreate the cache.
histogram-inl.h 182 inline void Histogram<Value>::CreateHistogram(CumulativeData* out_data) const {
timing_logger.cc 124 histogram->CreateHistogram(&cumulative_data);
  /external/chromium_org/v8/src/
counters.cc 31 void* Histogram::CreateHistogram() const {
33 CreateHistogram(name_, min_, max_, num_buckets_);
counters.h 36 // to a histogram created with CreateHistogram function
61 void* CreateHistogram(const char* name,
69 // Add a sample to a histogram created with the CreateHistogram
203 histogram_ = CreateHistogram();
212 void* CreateHistogram() const;
compilation-cache.cc 177 script_histogram_ = isolate()->stats_table()->CreateHistogram(
d8.h 273 static void* CreateHistogram(const char* name,
d8.cc 729 isolate->SetCreateHistogramFunction(CreateHistogram);
772 void* Shell::CreateHistogram(const char* name,
941 isolate->SetCreateHistogramFunction(CreateHistogram);
    [all...]
  /external/chromium_org/base/metrics/
statistics_recorder_unittest.cc 37 Histogram* CreateHistogram(const std::string& name,
66 Histogram* histogram = CreateHistogram("TestHistogram", 1, 1000, 10);
123 Histogram* histogram = CreateHistogram("TestHistogram", 1, 1000, 10);
  /art/runtime/
leb128_test.cc 282 enc_hist->CreateHistogram(&enc_data);
286 dec_hist->CreateHistogram(&dec_data);
  /external/chromium_org/content/renderer/
render_thread_impl.cc 239 void* CreateHistogram(
384 blink::mainThreadIsolate()->SetCreateHistogramFunction(CreateHistogram);
847 isolate->SetCreateHistogramFunction(CreateHistogram);
    [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 346 milliseconds