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

References

utils/benchmark/include/benchmark/benchmark.h
  625   UserCounters counters;
 1330     UserCounters counters;
 1412   UserCounters prev_counters_;
utils/benchmark/src/benchmark_api_internal.h
   27   UserCounters counters;
utils/benchmark/src/counter.cc
   31 void Finish(UserCounters *l, double cpu_time, double num_threads) {
   37 void Increment(UserCounters *l, UserCounters const& r) {
   37 void Increment(UserCounters *l, UserCounters const& r) {
   54 bool SameNames(UserCounters const& l, UserCounters const& r) {
   54 bool SameNames(UserCounters const& l, UserCounters const& r) {
utils/benchmark/src/counter.h
   21 void Finish(UserCounters *l, double time, double num_threads);
   22 void Increment(UserCounters *l, UserCounters const& r);
   22 void Increment(UserCounters *l, UserCounters const& r);
   23 bool SameNames(UserCounters const& l, UserCounters const& r);
   23 bool SameNames(UserCounters const& l, UserCounters const& r);
utils/benchmark/src/thread_manager.h
   51     UserCounters counters;