HomeSort by relevance Sort by last modified time
    Searched refs:CreateHistogram (Results 1 - 6 of 6) 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.h 124 static void* CreateHistogram(const char* name,
d8.cc 346 V8::SetCreateHistogramFunction(CreateHistogram);
389 void* Shell::CreateHistogram(const char* name,
410 V8::SetCreateHistogramFunction(CreateHistogram);
compilation-cache.cc 255 static void* script_histogram = StatsTable::CreateHistogram(
spaces.cc     [all...]
heap.cc     [all...]

Completed in 665 milliseconds