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

References

utils/benchmark/src/benchmark_register.cc
  139         (family->thread_counts_.empty()
  141              : &static_cast<const std::vector<int>&>(family->thread_counts_));
  203         if (!family->thread_counts_.empty()) {
  409   thread_counts_.push_back(t);
  417   AddRange(&thread_counts_, min_threads, max_threads, 2);
  428     thread_counts_.push_back(i);
  430   thread_counts_.push_back(max_threads);
  435   thread_counts_.push_back(CPUInfo::Get().num_cpus);