Lines Matching refs:Counter
340 class Counter {
345 // Mark the counter as a rate. It will be presented divided
348 // Mark the counter as a thread-average quantity. It will be
351 // Mark the counter as a thread-average rate. See above.
359 Counter(double v = 0., Flags f = kDefaults) : value(v), flags(f) {}
367 typedef std::map<std::string, Counter> UserCounters;