Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/logging/
Dcounters-definitions.h272 #define HISTOGRAM_LEGACY_MEMORY_LIST(HM) \ argument
Dcounters.cc200 #define HM(name, caption) {&Counters::name##_, #caption}, in Counters() macro
296 #define HM(name, caption) name##_.Reset(); in ResetCreateHistogramFunction() macro
Dcounters.h555 #define HM(name, caption) \ macro
661 #define HM(name, caption) Histogram name##_; macro