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

  /external/grpc-grpc/tools/run_tests/
run_microbenchmark.py 121 benchmarks, maxjobs=max(1,
123 jobset.run(profile_analysis, maxjobs=multiprocessing.cpu_count())
124 jobset.run(cleanup, maxjobs=multiprocessing.cpu_count())
130 jobset.run(benchmarks, maxjobs=max(1, multiprocessing.cpu_count() / 2))
131 jobset.run(profile_analysis, maxjobs=multiprocessing.cpu_count())
132 jobset.run(cleanup, maxjobs=multiprocessing.cpu_count())
175 jobset.run(benchmarks, maxjobs=1)
176 jobset.run(profile_analysis, maxjobs=multiprocessing.cpu_count())
177 jobset.run(cleanup, maxjobs=multiprocessing.cpu_count())
183 jobset.run(benchmarks, maxjobs=1
    [all...]
task_runner.py 93 prebuild_jobs, newline_on_success=True, maxjobs=args.jobs)
107 build_jobs, newline_on_success=True, maxjobs=args.jobs)
run_performance_tests.py 211 [archive_job], newline_on_success=True, maxjobs=1)
244 prepare_jobs, newline_on_success=True, maxjobs=10)
283 build_jobs, newline_on_success=True, maxjobs=10)
475 perf_report_jobs, newline_on_success=True, maxjobs=1)
668 jobs, newline_on_success=True, maxjobs=1)
run_tests_matrix.py 582 jobs, newline_on_success=True, travis=True, maxjobs=args.jobs)
run_tests.py     [all...]
run_interop_tests.py 1494 maxjobs=args.jobs, variable
    [all...]
  /external/grpc-grpc/tools/distrib/
run_clang_tidy.py 66 num_fails, res_set = jobset.run(jobs, maxjobs=args.jobs)
  /external/grpc-grpc/tools/buildgen/
generate_projects.py 94 jobset.run(pre_jobs, maxjobs=args.jobs)
95 jobset.run(jobs, maxjobs=args.jobs)
  /external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
bm_run.py 124 jobset.run(jobs_list, maxjobs=args.jobs)
bm_main.py 143 jobset.run(jobs_list, maxjobs=args.jobs)
  /external/grpc-grpc/tools/run_tests/python_utils/
jobset.py 408 def __init__(self, check_cancelled, maxjobs, maxjobs_cpu_agnostic,
416 self._maxjobs = maxjobs
545 maxjobs=None,
563 js = Jobset(check_cancelled, maxjobs if maxjobs is not None else
  /external/grpc-grpc/tools/interop_matrix/
run_interop_matrix_tests.py 235 maxjobs=args.jobs)
create_matrix_images.py 231 maxjobs=multiprocessing.cpu_count())

Completed in 147 milliseconds