HomeSort by relevance Sort by last modified time
    Searched defs:CreateHistogram (Results 1 - 3 of 3) 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.cc 667 V8::SetCreateHistogramFunction(CreateHistogram);
710 void* Shell::CreateHistogram(const char* name,
876 V8::SetCreateHistogramFunction(CreateHistogram);
    [all...]

Completed in 186 milliseconds