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

Declarations

utils/benchmark/src/log.h
   20   friend LogType& operator<<(LogType&, Tp const&);

References

utils/benchmark/src/benchmark.cc
  168       << "Benchmark returned before State::KeepRunning() returned false!";
  203       VLOG(2) << "Running " << b.name << " for " << iters << "\n";
  203       VLOG(2) << "Running " << b.name << " for " << iters << "\n";
  203       VLOG(2) << "Running " << b.name << " for " << iters << "\n";
  203       VLOG(2) << "Running " << b.name << " for " << iters << "\n";
  203       VLOG(2) << "Running " << b.name << " for " << iters << "\n";
  203       VLOG(2) << "Running " << b.name << " for " << iters << "\n";
  223       VLOG(2) << "Ran in " << results.cpu_time_used << "/"
  223       VLOG(2) << "Ran in " << results.cpu_time_used << "/"
  223       VLOG(2) << "Ran in " << results.cpu_time_used << "/"
  223       VLOG(2) << "Ran in " << results.cpu_time_used << "/"
  224               << results.real_time_used << "\n";
  224               << results.real_time_used << "\n";
  272       VLOG(3) << "Next iters: " << next_iters << ", " << multiplier << "\n";
  272       VLOG(3) << "Next iters: " << next_iters << ", " << multiplier << "\n";
  272       VLOG(3) << "Next iters: " << next_iters << ", " << multiplier << "\n";
  272       VLOG(3) << "Next iters: " << next_iters << ", " << multiplier << "\n";
  272       VLOG(3) << "Next iters: " << next_iters << ", " << multiplier << "\n";
  272       VLOG(3) << "Next iters: " << next_iters << ", " << multiplier << "\n";
  311   CHECK(max_iterations != 0) << "At least one iteration must be run";
  312   CHECK_LT(thread_index, threads) << "thread_index must be less than threads";
utils/benchmark/src/benchmark_register.cc
  378       << "Cannot set UseRealTime and UseManualTime simultaneously.";
  385       << "Cannot set UseRealTime and UseManualTime simultaneously.";
utils/benchmark/src/check.h
   32     log_ << file << ":" << line << ": " << func << ": Check `" << check
   32     log_ << file << ":" << line << ": " << func << ": Check `" << check
   32     log_ << file << ":" << line << ": " << func << ": Check `" << check
   32     log_ << file << ":" << line << ": " << func << ": Check `" << check
   32     log_ << file << ":" << line << ": " << func << ": Check `" << check
   32     log_ << file << ":" << line << ": " << func << ": Check `" << check
   32     log_ << file << ":" << line << ": " << func << ": Check `" << check
   33          << "' failed. ";
utils/benchmark/src/complexity.cc
  166     CHECK_GT(run.complexity_n, 0) << "Did you forget to call SetComplexityN?";
utils/benchmark/src/csv_reporter.cc
   72               << "All counters must be present in each run. "
   73               << "Counter named \"" << cnt.first
   73               << "Counter named \"" << cnt.first
   74               << "\" was not in a run after being added to the header";
utils/benchmark/src/reporter.cc
   35   CHECK(out) << "cannot be null";