HomeSort by relevance Sort by last modified time
    Searched refs:cpu_usage_available (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/system_wrappers/source/
cpu_measurement_harness.cc 98 bool cpu_usage_available = false; local
103 while (!cpu_usage_available && (++num_iterations < 10000)) {
105 cpu_usage_available = cpu_->CpuUsage() != -1;
107 return cpu_usage_available;
cpu_wrapper_unittest.cc 48 bool cpu_usage_available = cpu->CpuUsageMultiCore(num_cores, cores) != -1; local
52 while (!cpu_usage_available && (++num_iterations < 10000)) {
58 cpu_usage_available = cpu->CpuUsageMultiCore(num_cores, cores) != -1;
60 ASSERT_TRUE(cpu_usage_available);

Completed in 377 milliseconds