Lines Matching full:cpu_cost
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,
1026 … # set really high cpu_cost to make sure instances of OpenCover.Console run exclusively
1033 cpu_cost=run_exclusive,
1094 cpu_cost=1e6,
1106 cpu_cost=1e6,
1117 cpu_cost=1e6,
1127 cpu_cost=1e6,
1140 # cpu_cost=1e6,
1150 cpu_cost=1e6,
1157 cpu_cost=1e6,
1164 cpu_cost=1e6,
1171 cpu_cost=1e6,
1177 cpu_cost=1e6,
1183 cpu_cost=1e6,
1189 cpu_cost=1e6,
1195 cpu_cost=1e6,
1201 cpu_cost=1e6,
1207 cpu_cost=1e6,
1216 cpu_cost=1e6,
1272 cpu_cost=cmd.get('cpu_cost', 1))
1865 massaged_one_run = sorted(one_run, key=lambda x: x.cpu_cost)