OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPUS
(Results
1 - 9
of
9
) sorted by null
/external/clang/utils/ABITest/
build.sh
10
CPUS
=2
11
make -j $
CPUS
\
/external/grpc-grpc/tools/internal_ci/linux/
run_performance_profile_hourly.sh
22
CPUS
=`python -c 'import multiprocessing; print multiprocessing.cpu_count()'`
24
make CONFIG=opt memory_profile_test memory_profile_client memory_profile_server -j $
CPUS
grpc_performance_profile_daily.sh
23
CPUS
=`python -c 'import multiprocessing; print multiprocessing.cpu_count()'`
27
make CONFIG=opt memory_profile_test memory_profile_client memory_profile_server -j $
CPUS
/external/grpc-grpc/tools/profiling/perf/
run_perf_unconstrained.sh
62
CPUS
=`python -c 'import multiprocessing; print multiprocessing.cpu_count()'`
76
make CONFIG=$config -j$
CPUS
qps_json_driver
/external/tensorflow/tensorflow/tools/ci_build/builds/
android_full.sh
31
CPUS
=armeabi-v7a,arm64-v8a,x86,x86_64
40
for CPU in ${
CPUS
//,/ }
66
bazel --bazelrc=/dev/null build --config=monolithic --fat_apk_cpu=${
CPUS
} \
/external/toybox/scripts/
make.sh
15
[ -z "$
CPUS
" ] &&
CPUS
=$(($(nproc 2>/dev/null)+1))
306
# ratelimit to $
CPUS
many parallel jobs, detecting errors
310
[ "$COUNT" -lt "$
CPUS
" ] && break;
/external/v8/tools/sanitizers/
sancov_merger.py
46
# Number of
cpus
.
47
CPUS
= cpu_count()
92
def generate_inputs(keep, coverage_dir, file_map,
cpus
):
105
# 2
cpus
and 9 files we want bucket size 5.
106
n = max(2, int(math.ceil(len(files) / float(
cpus
))))
121
pool = Pool(
CPUS
)
137
options.keep, options.coverage_dir, file_map,
CPUS
)
sancov_formatter.py
94
# Number of
cpus
.
95
CPUS
= cpu_count()
219
pool = Pool(
CPUS
)
357
pool = Pool(
CPUS
)
/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
compute-gen.go
[
all
...]
Completed in 884 milliseconds