Searched refs:thread_counts_ (Results 1 – 3 of 3) sorted by relevance
146 (family->thread_counts_.empty() in FindBenchmarks()148 : &static_cast<const std::vector<int>&>(family->thread_counts_)); in FindBenchmarks()425 thread_counts_.push_back(t); in Threads()433 AddRange(&thread_counts_, min_threads, max_threads, 2); in ThreadRange()444 thread_counts_.push_back(i); in DenseThreadRange()446 thread_counts_.push_back(max_threads); in DenseThreadRange()451 thread_counts_.push_back(CPUInfo::Get().num_cpus); in ThreadPerCpu()
78 if (!benchmark_.thread_counts_.empty()) { in BenchmarkInstance()
1119 std::vector<int> thread_counts_; variable