Home
last modified time | relevance | path

Searched refs:stats_table_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/logging/
H A Dcounters.cc108 stats_table_(this) { in Counters()
242 stats_table_.SetCounterFunction(f); in ResetCounterFunction()
270 stats_table_.SetCreateHistogramFunction(f); in ResetCreateHistogramFunction()
H A Dcounters.h504 stats_table_.SetAddHistogramSampleFunction(f); in SetAddHistogramSampleFunction()
627 return stats_table_.FindLocation(name); in FindLocation()
631 return stats_table_.CreateHistogram(name, min, max, buckets); in CreateHistogram()
635 stats_table_.AddHistogramSample(histogram, sample); in AddHistogramSample()
694 StatsTable stats_table_; member in v8::internal::Counters

Completed in 3 milliseconds