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

  /external/webrtc/src/system_wrappers/source/
cpu_wrapper_unittest.cc 32 printf("Number of cores detected:%u\n", CpuInfo::DetectNumberOfCores());
40 WebRtc_UWord32* cores = NULL; local
41 bool cpu_usage_available = cpu->CpuUsageMultiCore(num_cores, cores) != -1;
46 if (cores != NULL) {
51 cpu_usage_available = cpu->CpuUsageMultiCore(num_cores, cores) != -1;
55 const WebRtc_Word32 average = cpu->CpuUsageMultiCore(num_cores, cores);
56 ASSERT_TRUE(cores != NULL);
61 printf("\nNumber of cores:%d\n", num_cores);
64 printf("Core:%u CPU:%u \n", i, cores[i]);
65 EXPECT_GE(cores[i], 0u)
    [all...]
  /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/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 1003 * This routine is called from main() if -list-cores parameter is set in the
1013 CoreConsole cores[MAX_CORE_PROCS]; local
1027 coreconsole_init(&cores[nn], &address, looper);
1035 if (cores[nn].ok) {
1042 coreconsole_done(&cores[nn]);
    [all...]
  /external/oprofile/events/i386/atom/
unit_masks 104 0x180 all All cores.
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
wlioctl.h 1338 int cores; member in struct:wl_samplecollect_args
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 1655 int cores; member in struct:wl_samplecollect_args
    [all...]

Completed in 541 milliseconds