Searched refs:thread_counts_ (Results 1 – 3 of 3) sorted by relevance
149 (family->thread_counts_.empty() in FindBenchmarks()151 : &static_cast<const std::vector<int>&>(family->thread_counts_)); in FindBenchmarks()441 thread_counts_.push_back(t); in Threads()449 AddRange(&thread_counts_, min_threads, max_threads, 2); in ThreadRange()460 thread_counts_.push_back(i); in DenseThreadRange()462 thread_counts_.push_back(max_threads); in DenseThreadRange()467 thread_counts_.push_back(CPUInfo::Get().num_cpus); in ThreadPerCpu()
84 if (!benchmark_.thread_counts_.empty()) { in BenchmarkInstance()
1313 std::vector<int> thread_counts_; variable