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

  /external/v8/src/
counters.h 53 // to a histogram created with CreateHistogram function
78 static void* CreateHistogram(const char* name,
86 // Add a sample to a histogram created with the CreateHistogram
216 histogram_ = StatsTable::CreateHistogram(name_, 0, 10000, 50);
d8.cc 346 V8::SetCreateHistogramFunction(CreateHistogram);
389 void* Shell::CreateHistogram(const char* name,
410 V8::SetCreateHistogramFunction(CreateHistogram);

Completed in 13 milliseconds