Searched refs:show_all_results (Results 1 – 8 of 8) sorted by relevance
/external/toolchain-utils/crosperf/ |
D | experiment_factory.py | 96 show_all_results, retries, run_local): argument 101 suite, show_all_results, retries, run_local) 136 show_all_results = global_settings.GetField('show_all_results') 174 show_all_results, retries, run_local) 178 perf_args, suite, show_all_results, retries, 183 perf_args, suite, show_all_results, retries, 195 show_all_results, 202 show_all_results, retries, run_local) 206 show_all_results, retries, run_local) 218 show_all_results, [all …]
|
D | benchmark.py | 57 show_all_results=False, argument 70 self.show_all_results = show_all_results 73 self.show_all_results = True
|
D | results_organizer.py | 183 show_all_results = json_report or benchmark.show_all_results 184 if not show_all_results: 190 show_all_results = True 192 if show_all_results or test_key in summary_list:
|
D | benchmark_unittest.py | 39 self.assertFalse(b2.show_all_results) 52 self.assertTrue(b3.show_all_results)
|
D | benchmark_run.py | 74 self.benchmark.suite, self.benchmark.show_all_results, 246 self.benchmark.suite, self.benchmark.show_all_results,
|
D | experiment_factory_unittest.py | 165 self.assertFalse(exp.benchmarks[0].show_all_results)
|
D | results_cache.py | 603 show_all_results, run_local): argument 621 self.show_all = show_all_results
|
D | experiment_runner.py | 157 br.benchmark.suite, br.benchmark.show_all_results,
|