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

  /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 125 static void* CreateHistogram(const char* name,
d8.cc 350 V8::SetCreateHistogramFunction(CreateHistogram);
393 void* Shell::CreateHistogram(const char* name,
414 V8::SetCreateHistogramFunction(CreateHistogram);
compilation-cache.cc 198 script_histogram_ = isolate()->stats_table()->CreateHistogram(

Completed in 74 milliseconds