Home
last modified time | relevance | path

Searched refs:samples_table (Results 1 – 3 of 3) sorted by relevance

/external/toolchain-utils/cros_utils/
Dtabulator_test.py155 tf = tabulator.TableFormatter(table, columns, samples_table=True)
Dtabulator.py1042 def __init__(self, table, columns, samples_table=False): argument
1054 self._samples_table = samples_table
/external/toolchain-utils/crosperf/
Dresults_report.py246 tf = TableFormatter(table, parsed_columns, samples_table=True)