reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/benchmark/src/console_reporter.cc
  155       if (c.second.flags & Counter::kIsRate) {
  161       const char* unit = (c.second.flags & Counter::kIsRate) ? "/s" : "";
utils/benchmark/src/counter.cc
   22   if (c.flags & Counter::kIsRate) {
   25   if (c.flags & Counter::kAvgThreads) {
utils/benchmark/src/statistics.cc
  120         CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags);
  120         CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags);
  168       auto c = Counter(uc_stat, counter_stats[kv.first].c.flags);