Home
last modified time | relevance | path

Searched refs:cores (Results 1 – 25 of 42) sorted by relevance

12

/external/webrtc/src/system_wrappers/source/
Dcpu_wrapper_unittest.cc47 WebRtc_UWord32* cores = NULL; in TEST() local
48 bool cpu_usage_available = cpu->CpuUsageMultiCore(num_cores, cores) != -1; in TEST()
53 if (cores != NULL) { in TEST()
58 cpu_usage_available = cpu->CpuUsageMultiCore(num_cores, cores) != -1; in TEST()
62 const WebRtc_Word32 average = cpu->CpuUsageMultiCore(num_cores, cores); in TEST()
63 ASSERT_TRUE(cores != NULL); in TEST()
71 printf("Core:%u CPU:%u \n", i, cores[i]); in TEST()
72 EXPECT_GE(cores[i], 0u); in TEST()
73 EXPECT_LE(cores[i], 100u); in TEST()
Dcpu_measurement_harness.cc112 WebRtc_UWord32* cores = NULL; in Measure() local
114 cpu_sum_ = cpu_->CpuUsageMultiCore(num_cores, cores); in Measure()
/external/tcpdump/tests/
DTESTonce37 @cores = glob("core*");
38 exit 10 if (@cores > 0);
/external/stressapptest/src/
Dsat.cc1096 int cores = cpuset_count(&available_cpus); in InitializeThreads() local
1099 if (cpu_stress_threads_ + memory_threads_ <= cores) { in InitializeThreads()
1103 int nthbit = (((2 * nthcore) % cores) + in InitializeThreads()
1104 (((2 * nthcore) / cores) % 2)) % cores; in InitializeThreads()
1106 cpuset_set_ab(&all_cores, 0, cores); in InitializeThreads()
1238 int cores = cpuset_count(&available_cpus); in InitializeThreads() local
1239 if (cpu_stress_threads_ + memory_threads_ <= cores) { in InitializeThreads()
1243 int nthcore = (cores - 1) - i; in InitializeThreads()
1244 int nthbit = (((2 * nthcore) % cores) + in InitializeThreads()
1245 (((2 * nthcore) / cores) % 2)) % cores; in InitializeThreads()
[all …]
/external/chromium_org/third_party/webrtc/base/
Dlinux.cc101 int cores; in GetNumPhysicalCpus() local
104 GetSectionIntValue(i, "cpu cores", &cores) && in GetNumPhysicalCpus()
107 total_cores += cores; in GetNumPhysicalCpus()
/external/oprofile/events/i386/core_2/
Dunit_masks78 0xc0 All cores
81 0xc0 core: all cores
87 0xc0 core: all cores
94 0xc0 core: all cores
110 0xc0 core: all cores
121 0xc0 core: all cores
/external/llvm/test/CodeGen/ARM/
Dvector-extend-narrow.ll24 ; instructions is bad on some cores
53 ; instructions is bad on some cores
/external/glide/library/src/main/java/com/bumptech/glide/
DGlideBuilder.java73 final int cores = Math.max(1, Runtime.getRuntime().availableProcessors()); in createGlide() local
74 resizeService = new FifoPriorityThreadPoolExecutor(cores); in createGlide()
/external/llvm/docs/
DHowToBuildOnARM.rst49 #. ARM development boards can be unstable and you may experience that cores
52 scheduler to "performance" on **all** cores using this little script:
DHowToCrossCompileLLVM.rst135 It should automatically find out how many cores you have, what are
/external/chromium_org/third_party/skia/dm/
DREADME14 once. --cpuThreads defaults to the number of cores on the machine.
/external/skia/dm/
DREADME14 once. --cpuThreads defaults to the number of cores on the machine.
/external/eigen/doc/
DTopicMultithreading.dox7 Some Eigen's algorithms can exploit the multiple cores present in your hardware. To this end, it is…
/external/skia/platform_tools/barelinux/bin/
Darm64_download115 --cores=4 \
/external/chromium_org/third_party/skia/platform_tools/barelinux/bin/
Darm64_download115 --cores=4 \
/external/valgrind/main/
DREADME.mips5 - Both little-endian and big-endian cores are supported.
/external/sepolicy/
Dfile.te46 # /cores for coredumps on userdebug / eng builds
Dfile_contexts223 /cores(/.*)? u:object_r:coredump_file:s0
Ddomain.te63 # Allow writing coredumps to /cores/*
/external/valgrind/main/docs/internals/
DBIG_APP_NOTES.txt101 # a couple of hours of flat out computation on both cores of
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
Dperf-stat.txt131 is a useful mode to detect imbalance between physical cores. To enable this mode,
/external/oprofile/events/i386/atom/
Dunit_masks104 0x180 all All cores.
/external/chromium_org/ppapi/api/private/
Dppb_flash.idl79 * Specifies the number of CPU cores that are present on the system.
/external/clang/docs/
DPTHInternals.rst113 memory pressure for builds involving multiple cores, thus improving
DCrossCompilation.rst123 be ``arm7tdmi`` using soft float, which is extremely slow on modern cores,

12