Home
last modified time | relevance | path

Searched full:cpu_cost (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/grpc-grpc/tools/run_tests/generated/
H A Dtests.json12 "cpu_cost": 1.0, number
35 "cpu_cost": 1.0, number
58 "cpu_cost": 1.0, number
79 "cpu_cost": 1.0, number
101 "cpu_cost": 1.0, number
124 "cpu_cost": 1.0, number
146 "cpu_cost": 1.0, number
169 "cpu_cost": 1.0, number
192 "cpu_cost": 1.0, number
215 "cpu_cost": 1.0, number
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/
Drun_tests.py133 cpu_cost=1.0, argument
147 cpu_cost = shortname_to_cpu[shortname]
152 cpu_cost=cpu_cost,
348 cpu_cost = target['cpu_cost']
349 if cpu_cost == 'capacity':
350 cpu_cost = multiprocessing.cpu_count()
375 cpu_cost=cpu_cost,
409 cpu_cost=cpu_cost,
425 cpu_cost=cpu_cost,
980 cpu_cost=1e6,
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/python_utils/
Djobset.py179 cpu_cost=1.0, argument
187 cpu_cost: number of cores per second this job needs
201 self.cpu_cost = cpu_cost
371 self._spec.cpu_cost)
372 measurement = '; cpu_cost=%.01f; estimated=%.01f' % (
452 def cpu_cost(self): member in Jobset
455 c += job._spec.cpu_cost
470 current_cpu_cost = self.cpu_cost()
473 if current_cpu_cost + spec.cpu_cost <= self._maxjobs:
476 self.reap(spec.shortname, spec.cpu_cost)
[all …]
/aosp_15_r20/external/grpc-grpc/tools/run_tests/
H A Drun_tests.py139 cpu_cost=1.0, argument
154 cpu_cost = shortname_to_cpu[shortname]
159 cpu_cost=cpu_cost,
409 cpu_cost = target["cpu_cost"]
410 if cpu_cost == "capacity":
411 cpu_cost = multiprocessing.cpu_count()
437 cpu_cost=cpu_cost,
476 cpu_cost=cpu_cost,
496 cpu_cost=cpu_cost,
1112 cpu_cost=1e6,
[all …]
/aosp_15_r20/external/grpc-grpc/tools/run_tests/python_utils/
H A Djobset.py194 cpu_cost=1.0, argument
203 cpu_cost: number of cores per second this job needs
217 self.cpu_cost = cpu_cost
409 "%.01f" % self._spec.cpu_cost
411 measurement = "; cpu_cost=%.01f; estimated=%.01f" % (
514 def cpu_cost(self): member in Jobset
517 c += job._spec.cpu_cost
534 current_cpu_cost = self.cpu_cost()
537 if current_cpu_cost + spec.cpu_cost <= self._maxjobs:
540 self.reap(spec.shortname, spec.cpu_cost)
[all …]
/aosp_15_r20/external/grpc-grpc/tools/run_tests/sanity/
H A Dsanity_tests.yaml23 cpu_cost: 3
32 cpu_cost: 1000
34 cpu_cost: 1000
38 cpu_cost: 1000
40 cpu_cost: 1000
H A Dclang_tidy_tests.yaml4 cpu_cost: 1000
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/sanity/
Dsanity_tests.yaml26 cpu_cost: 3
35 cpu_cost: 1000
37 cpu_cost: 1000
41 cpu_cost: 1000
43 cpu_cost: 1000
Diwyu_tests.yaml2 cpu_cost: 1000
Dclang_tidy_tests.yaml4 cpu_cost: 1000
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/artifacts/
Dpackage_targets.py60 cpu_cost=1.0): argument
69 cpu_cost=cpu_cost,
Dartifact_targets.py72 cpu_cost=1.0, argument
91 cpu_cost=cpu_cost,
/aosp_15_r20/external/grpc-grpc/tools/run_tests/artifacts/
H A Dpackage_targets.py64 cpu_cost=1.0, argument
75 cpu_cost=cpu_cost,
H A Dartifact_targets.py76 cpu_cost=1.0, argument
99 cpu_cost=cpu_cost,
/aosp_15_r20/external/grpc-grpc/templates/tools/run_tests/generated/
H A Dtests.json.template17 "cpu_cost": tgt.get("cpu_cost", 1.0),
/aosp_15_r20/external/grpc-grpc/tools/buildgen/
H A Dbuild_cleaner.py37 "cpu_cost",
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/buildgen/
Dbuild_cleaner.py30 'name', 'gtest', 'cpu_cost', 'flaky', 'build', 'run', 'language',
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/boringssl/
Dgen_build_yaml.py127 'cpu_cost': 1.0
/aosp_15_r20/external/grpc-grpc/src/boringssl/
H A Dgen_build_yaml.py127 "cpu_cost": 1.0,
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_run.py100 cpu_cost=2,
/aosp_15_r20/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
H A Dbm_run.py127 cpu_cost=2,
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/buildgen/plugins/
Dcheck_attrs.py70 'cpu_cost': anything(),
/aosp_15_r20/external/grpc-grpc/tools/buildgen/plugins/
H A Dcheck_attrs.py74 "cpu_cost": anything(),