/external/webrtc/src/system_wrappers/source/ |
cpu_wrapper_unittest.cc | 39 printf("Number of cores detected:%u\n", CpuInfo::DetectNumberOfCores()); 47 WebRtc_UWord32* cores = NULL; local 48 bool cpu_usage_available = cpu->CpuUsageMultiCore(num_cores, cores) != -1; 53 if (cores != NULL) { 58 cpu_usage_available = cpu->CpuUsageMultiCore(num_cores, cores) != -1; 62 const WebRtc_Word32 average = cpu->CpuUsageMultiCore(num_cores, cores); 63 ASSERT_TRUE(cores != NULL); 68 printf("\nNumber of cores:%d\n", num_cores); 71 printf("Core:%u CPU:%u \n", i, cores[i]); 72 EXPECT_GE(cores[i], 0u) [all...] |
cpu_measurement_harness.cc | 112 WebRtc_UWord32* cores = NULL; local 114 cpu_sum_ = cpu_->CpuUsageMultiCore(num_cores, cores);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
linux.cc | 78 int cores; local 79 if (GetCpuIntValue(i, "cpu cores", &cores)) { 80 total_cores += cores;
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
linux.cc | 106 // TODO: /proc/cpuinfo only reports cores that are currently 107 // _online_, so this may underreport the number of physical cores. 118 int cores; 119 // Count the cores for the physical id only if we have not counted the id. 121 GetSectionIntValue(i, "cpu cores", &cores) && 124 total_cores += cores;
|
/external/stressapptest/src/ |
sat.cc | 1096 int cores = cpuset_count(&available_cpus); local 1238 int cores = cpuset_count(&available_cpus); local [all...] |
/external/qemu/android/ |
main-common.c | 1233 CoreConsole cores[MAX_CORE_PROCS]; local [all...] |
/external/oprofile/events/i386/atom/ |
unit_masks | 104 0x180 all All cores.
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
wlioctl.h | 2020 int cores; member in struct:wl_samplecollect_args [all...] |