Home
last modified time | relevance | path

Searched defs:AHT (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/logging/
Dcounters-definitions.h216 #define AGGREGATABLE_HISTOGRAM_TIMER_LIST(AHT) \ argument
Dcounters.cc189 #define AHT(name, caption) {&Counters::name##_, #caption}, in Counters() macro
309 #define AHT(name, caption) name##_.Reset(); in ResetCreateHistogramFunction() macro
Dcounters.h1334 #define AHT(name, caption) \ macro
1438 #define AHT(name, caption) AggregatableHistogramTimer name##_; macro