Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/logging/
H A Dcounters.h311 class AggregatableHistogramTimer : public Histogram { class
329 AggregatableHistogramTimer() = default;
330 AggregatableHistogramTimer(const AggregatableHistogramTimer&) = delete;
331 AggregatableHistogramTimer& operator=(const AggregatableHistogramTimer&) =
337 // A helper class for use with AggregatableHistogramTimer. This is the
338 // // outer-most timer scope used with an AggregatableHistogramTimer. It will
342 explicit AggregatingHistogramTimerScope(AggregatableHistogramTimer* histogram) in AggregatingHistogramTimerScope()
349 AggregatableHistogramTimer* histogram
[all...]
H A Dcounters.cc164 AggregatableHistogramTimer Counters::*member; in Counters()

Completed in 3 milliseconds