Home
last modified time | relevance | path

Searched refs:show_all_results (Results 1 – 8 of 8) sorted by relevance

/external/toolchain-utils/crosperf/
Dexperiment_factory.py96 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 …]
Dbenchmark.py57 show_all_results=False, argument
70 self.show_all_results = show_all_results
73 self.show_all_results = True
Dresults_organizer.py183 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:
Dbenchmark_unittest.py39 self.assertFalse(b2.show_all_results)
52 self.assertTrue(b3.show_all_results)
Dbenchmark_run.py74 self.benchmark.suite, self.benchmark.show_all_results,
246 self.benchmark.suite, self.benchmark.show_all_results,
Dexperiment_factory_unittest.py165 self.assertFalse(exp.benchmarks[0].show_all_results)
Dresults_cache.py603 show_all_results, run_local): argument
621 self.show_all = show_all_results
Dexperiment_runner.py157 br.benchmark.suite, br.benchmark.show_all_results,