Home
last modified time | relevance | path

Searched refs:full_table (Results 1 – 4 of 4) sorted by relevance

/external/toolchain-utils/crosperf/
Dresults_report_templates.py178 chart_divs, full_table, experiment_file): argument
196 full_table)
204 full_table=full_table_html,
Dresults_report_unittest.py213 chart_divs, full_table, experiment_file): argument
218 full_table = print_table(full_table, 'HTML')
224 full_table=full_table,
243 self.assertIn('no result', output.full_table)
257 self.assertIn('a_float', output.full_table)
283 self.assertIn('bench1', output.full_table)
Dresults_report.py503 full_table = self.GetFullTables()
515 full_table=full_table,
/external/toolchain-utils/deprecated/crb/
Dcrb_driver.py202 def ProduceTables(autotest_runs, full_table, fit_string): argument
213 output += ag.GetFormattedMainTable(percents_only=not full_table,
220 summary += ag.GetFormattedSummaryTable(percents_only=not full_table,
340 full_table = options.full_table
361 ProduceTables(autotest_runs, full_table, fit_string)