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 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...]

Completed in 53 milliseconds