Home
last modified time | relevance | path

Searched refs:CreateHistogramCallback (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/logging/
Dcounters.h44 void SetCreateHistogramFunction(CreateHistogramCallback f) { in SetCreateHistogramFunction()
90 CreateHistogramCallback create_histogram_function_;
498 void ResetCreateHistogramFunction(CreateHistogramCallback f);
Dcounters.cc269 void Counters::ResetCreateHistogramFunction(CreateHistogramCallback f) { in ResetCreateHistogramFunction()
/third_party/node/deps/v8/include/
Dv8-callbacks.h210 using CreateHistogramCallback = void* (*)(const char* name, int min, int max, variable
Dv8-isolate.h243 CreateHistogramCallback create_histogram_callback = nullptr;
1281 void SetCreateHistogramFunction(CreateHistogramCallback);
/third_party/node/deps/v8/src/api/
Dapi.cc9175 void Isolate::SetCreateHistogramFunction(CreateHistogramCallback callback) { in SetCreateHistogramFunction()