Searched refs:CreateHistogram (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/
H A Dcounters.cc88 void* HistogramTimer::CreateHistogram() const { function in class:v8::internal::HistogramTimer
90 CreateHistogram(name_, 0, 10000, 50);
H A Dcounters.h56 // to a histogram created with CreateHistogram function
81 void* CreateHistogram(const char* name, function in class:v8::internal::StatsTable
89 // Add a sample to a histogram created with the CreateHistogram
228 histogram_ = CreateHistogram();
234 void* CreateHistogram() const;
H A Dd8.h284 static void* CreateHistogram(const char* name,
H A Dcompilation-cache.cc195 script_histogram_ = isolate()->stats_table()->CreateHistogram(
H A Dd8.cc667 V8::SetCreateHistogramFunction(CreateHistogram);
710 void* Shell::CreateHistogram(const char* name, function in class:v8::Shell
876 V8::SetCreateHistogramFunction(CreateHistogram);

Completed in 236 milliseconds