Searched defs:NumCPUs (Results 1 - 3 of 3) sorted by relevance

/external/regex-re2/util/
H A Dbenchmark.cc62 int NumCPUs() { function
/external/google-benchmark/src/
H A Dsysinfo.cc321 int NumCPUs(void) { function in namespace:benchmark
341 for (int cpu = 0, num_cpus = NumCPUs(); cpu < num_cpus; ++cpu) {
/external/libcxx/utils/google-benchmark/src/
H A Dsysinfo.cc314 int NumCPUs(void) { function in namespace:benchmark
334 for (int cpu = 0, num_cpus = NumCPUs(); cpu < num_cpus; ++cpu) {

Completed in 335 milliseconds