Home
last modified time | relevance | path

Searched refs:create_histogram_function_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/logging/
Dcounters.h45 create_histogram_function_ = f; in SetCreateHistogramFunction()
73 if (!create_histogram_function_) return nullptr; in CreateHistogram()
74 return create_histogram_function_(name, min, max, buckets); in CreateHistogram()
90 CreateHistogramCallback create_histogram_function_; variable
Dcounters.cc20 create_histogram_function_(nullptr), in StatsTable()