Lines Matching refs:Counter
268 class Counter {
273 // Mark the counter as a rate. It will be presented divided
276 // Mark the counter as a thread-average quantity. It will be
279 // Mark the counter as a thread-average rate. See above.
287 Counter(double v = 0., Flags f = kDefaults) : value(v), flags(f) {}
295 typedef std::map<std::string, Counter> UserCounters;