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

References

utils/benchmark/src/benchmark.cc
  153     report.counters = results.counters;
  154     internal::Finish(&report.counters, seconds, b.threads);
utils/benchmark/src/console_reporter.cc
   58   if(!run.counters.empty()) {
   60       for(auto const& c : run.counters) {
   80                     (!internal::SameNames(run.counters, prev_counters_));
   83       prev_counters_ = run.counters;
  150   for (auto& c : result.counters) {
utils/benchmark/src/csv_reporter.cc
   51       for (const auto& cnt : run.counters) {
   70       for (const auto& cnt : run.counters) {
  139     auto it = run.counters.find(ucn);
  140     if(it == run.counters.end()) {
utils/benchmark/src/json_reporter.cc
  194   for(auto &c : run.counters) {
utils/benchmark/src/statistics.cc
  113     for(auto const& cnt : r.counters) {
  135     for(auto const& cnt : run.counters) {
  169       data.counters[kv.first] = c;