Searched refs:cpu_cost (Results 1 – 6 of 6) sorted by relevance
/third_party/grpc/tools/run_tests/ |
D | run_tests.py | 153 cpu_cost=1.0, argument 167 cpu_cost = shortname_to_cpu[shortname] 172 cpu_cost=cpu_cost, 362 cpu_cost = target['cpu_cost'] 363 if cpu_cost == 'capacity': 364 cpu_cost = multiprocessing.cpu_count() 388 cpu_cost=cpu_cost, 420 cpu_cost=cpu_cost, 436 cpu_cost=cpu_cost, 1033 cpu_cost=run_exclusive, [all …]
|
/third_party/grpc/tools/run_tests/artifacts/ |
D | package_targets.py | 60 cpu_cost=1.0): argument 69 cpu_cost=cpu_cost, 96 cpu_cost=1e6,
|
D | artifact_targets.py | 74 cpu_cost=1.0, argument 93 cpu_cost=cpu_cost,
|
/third_party/grpc/tools/run_tests/python_utils/ |
D | jobset.py | 176 cpu_cost=1.0, argument 198 self.cpu_cost = cpu_cost 362 self._spec.cpu_cost) 443 def cpu_cost(self): member in Jobset 446 c += job._spec.cpu_cost 460 current_cpu_cost = self.cpu_cost() 462 if current_cpu_cost + spec.cpu_cost <= self._maxjobs: 465 self.reap(spec.shortname, spec.cpu_cost) 512 self.cpu_cost(), wstr))
|
/third_party/grpc/templates/tools/run_tests/generated/ |
D | tests.json.template | 17 "cpu_cost": tgt.get("cpu_cost", 1.0),
|
/third_party/grpc/tools/profiling/microbenchmarks/bm_diff/ |
D | bm_run.py | 98 cpu_cost=2,
|