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.py172 chart_divs, full_table, experiment_file): argument
190 full_table)
195 full_table=full_table_html,
Dresults_report_unittest.py189 chart_divs, full_table, experiment_file): argument
194 full_table = print_table(full_table, 'HTML')
199 full_table=full_table,
218 self.assertIn('no result', output.full_table)
232 self.assertIn('a_float', output.full_table)
258 self.assertIn('bench1', output.full_table)
Dresults_report.py401 full_table = self.GetFullTables()
412 full_table=full_table,
/external/toolchain-utils/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)