Home
last modified time | relevance | path

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

/external/toolchain-utils/crb/
Dautotest_gatherer.py10 def GetFormattedMainTable(self, percents_only, fit_string): argument
15 percents_only=percents_only,
19 def GetFormattedSummaryTable(self, percents_only, fit_string): argument
25 percents_only=percents_only,
Dtable_formatter.py128 percents_only=True, argument
150 if IsFloat(p) and not percents_only:
155 if percents_only:
Dcrb_driver.py213 output += ag.GetFormattedMainTable(percents_only=not full_table,
220 summary += ag.GetFormattedSummaryTable(percents_only=not full_table,