Lines Matching refs:caption
111 const char* caption;
116 #define HR(name, caption, min, max, num_buckets) \
117 {&Counters::name##_, #caption, min, max, num_buckets},
123 .Initialize(histogram.caption, histogram.min, histogram.max,
131 const char* caption;
135 #define HT(name, caption, max, res) \
136 {&Counters::name##_, #caption, max, TimedHistogramResolution::res},
142 .Initialize(timer.caption, 0, timer.max, timer.res,
148 const char* caption;
152 #define HT(name, caption, max, res) \
153 {&Counters::name##_, #caption, max, TimedHistogramResolution::res},
159 .Initialize(timer.caption, 0, timer.max, timer.res,
165 const char* caption;
167 #define AHT(name, caption) {&Counters::name##_, #caption},
173 .Initialize(aht.caption, 0, 10000000, DefaultTimedHistogramNumBuckets,
179 const char* caption;
181 #define HP(name, caption) {&Counters::name##_, #caption},
187 .Initialize(percentage.caption, 0, 101, 100, this);
198 const char* caption;
200 #define HM(name, caption) {&Counters::name##_, #caption},
206 .Initialize(histogram.caption, 1000, 500000, 50, this);
211 const char* caption;
213 #define SC(name, caption) {&Counters::name##_, "c:" caption},
214 #define BARE_SC(name, caption) SC(name, #caption)
237 (this->*counter.member).Init(this, counter.caption);
244 #define SC(name, caption) name##_.Reset();
272 #define HR(name, caption, min, max, num_buckets) name##_.Reset();
276 #define HT(name, caption, max, res) name##_.Reset();
280 #define HT(name, caption, max, res) name##_.Reset();
284 #define HT(name, caption, max, res) name##_.Reset();
288 #define AHT(name, caption) name##_.Reset();
292 #define HP(name, caption) name##_.Reset();
296 #define HM(name, caption) name##_.Reset();