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

References

utils/benchmark/src/benchmark.cc
  167   CHECK(st.iterations() >= st.max_iterations)
  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";
  335   CHECK(started_ && !finished_ && !error_occurred_);
  340   CHECK(started_ && !finished_ && !error_occurred_);
  345   CHECK(msg);
  368   CHECK(!started_ && !finished_);
  376   CHECK(started_ && (!finished_ || error_occurred_));
  393   CHECK(console_reporter != nullptr);
utils/benchmark/src/benchmark_register.cc
  112   CHECK(ErrStream);
  257   CHECK(ArgsCnt() == -1 || ArgsCnt() == 1);
  268   CHECK(ArgsCnt() == -1 || ArgsCnt() == 1);
  280   CHECK(ArgsCnt() == -1 || ArgsCnt() == static_cast<int>(ranges.size()));
  313   CHECK(ArgsCnt() == -1 || ArgsCnt() == 1);
  319   CHECK(ArgsCnt() == -1 || ArgsCnt() == static_cast<int>(names.size()));
  325   CHECK(ArgsCnt() == -1 || ArgsCnt() == 1);
  326   CHECK_GE(start, 0);
  327   CHECK_LE(start, limit);
  335   CHECK(ArgsCnt() == -1 || ArgsCnt() == static_cast<int>(args.size()));
  346   CHECK(multiplier > 1);
  352   CHECK(t > 0.0);
  353   CHECK(iterations_ == 0);
  359   CHECK(n > 0);
  360   CHECK(IsZero(min_time_));
  366   CHECK(n > 0);
  377   CHECK(!use_manual_time_)
  384   CHECK(!use_real_time_)
  408   CHECK_GT(t, 0);
  414   CHECK_GT(min_threads, 0);
  415   CHECK_GE(max_threads, min_threads);
  423   CHECK_GT(min_threads, 0);
  424   CHECK_GE(max_threads, min_threads);
  425   CHECK_GE(stride, 1);
utils/benchmark/src/benchmark_register.h
   10   CHECK_GE(lo, 0);
   11   CHECK_GE(hi, lo);
   12   CHECK_GE(mult, 2);
utils/benchmark/src/colorprint.cc
   97   CHECK(ret >= 0);
  108     CHECK(ret > 0 && ((size_t)ret) < size);
utils/benchmark/src/complexity.cc
  122   CHECK_EQ(n.size(), time.size());
  123   CHECK_GE(n.size(), 2);  // Do not compute fitting curve is less than two
  125   CHECK_NE(complexity, oNone);
  166     CHECK_GT(run.complexity_n, 0) << "Did you forget to call SetComplexityN?";
utils/benchmark/src/csv_reporter.cc
   71         CHECK(user_counter_names_.find(cnt.first) != user_counter_names_.end())
utils/benchmark/src/mutex.h
  133     CHECK_LT(entered_, running_threads_);
utils/benchmark/src/reporter.cc
   35   CHECK(out) << "cannot be null";
utils/benchmark/src/statistics.cc
  120         CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags);
  127     CHECK_EQ(reports[0].benchmark_name, run.benchmark_name);
  128     CHECK_EQ(run_iterations, run.iterations);
  137       CHECK_NE(it, counter_stats.end());
utils/benchmark/src/thread_timer.h
   23     CHECK(running_);
   38     CHECK(!running_);
   44     CHECK(!running_);
   50     CHECK(!running_);
utils/benchmark/src/timers.cc
  208   CHECK(written < kStorageSize);