Home
last modified time | relevance | path

Searched refs:AHT (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/logging/
H A Dcounters.cc167 #define AHT(name, caption) {&Counters::name##_, #caption}, in Counters() macro
168 AGGREGATABLE_HISTOGRAM_TIMER_LIST(AHT) in Counters()
169 #undef AHT in Counters() macro
288 #define AHT(name, caption) name##_.Reset(); in ResetCreateHistogramFunction() macro
289 AGGREGATABLE_HISTOGRAM_TIMER_LIST(AHT) in ResetCreateHistogramFunction()
290 #undef AHT in ResetCreateHistogramFunction() macro
H A Dcounters.h539 #define AHT(name, caption) \ macro
544 AGGREGATABLE_HISTOGRAM_TIMER_LIST(AHT)
545 #undef AHT macro
653 #define AHT(name, caption) AggregatableHistogramTimer name##_; macro
654 AGGREGATABLE_HISTOGRAM_TIMER_LIST(AHT)
655 #undef AHT macro
H A Dcounters-definitions.h259 #define AGGREGATABLE_HISTOGRAM_TIMER_LIST(AHT) \
260 AHT(compile_lazy, V8.CompileLazyMicroSeconds)

Completed in 3 milliseconds