Home
last modified time | relevance | path

Searched refs:HTMLResultsReport (Results 1 – 6 of 6) sorted by relevance

/external/toolchain-utils/crosperf/
Dgenerate_report_unittest.py135 results_report.HTMLResultsReport,
145 self.assertItemsEqual(ctors, [results_report.HTMLResultsReport])
Dgenerate_report.py57 from results_report import HTMLResultsReport
169 results.append((HTMLResultsReport, 'html'))
Dexperiment_runner.py24 from results_report import HTMLResultsReport
237 html_report = HTMLResultsReport.FromExperiment(experiment).GetReport()
260 report = HTMLResultsReport.FromExperiment(experiment).GetReport()
Dresults_report_unittest.py27 from results_report import HTMLResultsReport
206 HTMLResultsReport.FromExperiment(experiment).GetReport()
208 HTMLResultsReport(benchmark_results).GetReport()
Dexperiment_runner_unittest.py26 from results_report import HTMLResultsReport
265 @mock.patch.object(HTMLResultsReport, 'GetReport')
397 @mock.patch.object(HTMLResultsReport, 'FromExperiment')
Dresults_report.py398 class HTMLResultsReport(ResultsReport): class
402 super(HTMLResultsReport, self).__init__(benchmark_results)
407 return HTMLResultsReport(