Searched refs:run_local (Results 1 – 6 of 6) sorted by relevance
/external/toolchain-utils/crosperf/ |
D | experiment_factory.py | 98 show_all_results, retries, run_local): argument 104 run_local) 171 run_local = benchmark_settings.GetField('run_local') 177 show_all_results, retries, run_local) 182 run_local) 187 run_local) 200 run_local=False)) 205 show_all_results, retries, run_local) 209 show_all_results, retries, run_local) 216 show_all_results, retries, run_local=False) [all …]
|
D | benchmark.py | 28 run_local=False): argument 43 if run_local and self.suite != 'telemetry_Crosperf': 45 self.run_local = run_local
|
D | results_cache.py | 600 self.run_local = None 605 show_all_results, run_local): argument 624 self.run_local = run_local 640 self.run_local) 700 self.run_local)
|
D | benchmark_run.py | 76 self.benchmark.run_local) 247 self.benchmark.run_local)
|
D | suite_runner.py | 223 args_string, benchmark.run_local,
|
D | experiment_runner.py | 156 br.benchmark.show_all_results, br.benchmark.run_local)
|