Searched refs:show_all_results (Results 1 – 8 of 8) sorted by relevance
/external/toolchain-utils/crosperf/ |
D | experiment_factory.py | 104 show_all_results, retries, run_local, cwp_dso, weight): argument 109 suite, show_all_results, retries, run_local, cwp_dso, weight) 164 show_all_results = global_settings.GetField('show_all_results') 261 show_all_results, retries, run_local, cwp_dso, 266 perf_args, suite, show_all_results, retries, 271 rm_chroot_tmp, perf_args, 'telemetry_Crosperf', show_all_results, 281 show_all_results, 289 perf_args, suite, show_all_results, retries, 303 show_all_results, 326 iterations, rm_chroot_tmp, perf_args, suite, show_all_results, [all …]
|
D | benchmark.py | 64 show_all_results=False, argument 79 self.show_all_results = show_all_results 82 self.show_all_results = True
|
D | results_organizer.py | 186 show_all_results = json_report or benchmark.show_all_results 187 if not show_all_results: 197 show_all_results = True 210 if show_all_results or test_key in summary_list:
|
D | benchmark_unittest.py | 43 self.assertFalse(b2.show_all_results) 56 self.assertTrue(b3.show_all_results)
|
D | benchmark_run.py | 77 self.benchmark.suite, self.benchmark.show_all_results, 248 self.benchmark.suite, self.benchmark.show_all_results,
|
D | experiment_runner.py | 165 br.benchmark.show_all_results, br.benchmark.run_local,
|
D | experiment_factory_unittest.py | 345 self.assertFalse(exp.benchmarks[0].show_all_results)
|
D | results_cache.py | 1272 show_all_results, run_local, cwp_dso): argument 1290 self.show_all = show_all_results
|