Home
last modified time | relevance | path

Searched defs:benchmark_results (Results 1 – 4 of 4) sorted by relevance

/external/toolchain-utils/crosperf/
Dresults_report.py165 def _GetTables(benchmark_results, columns, table_type): argument
189 def _GetPerfTables(benchmark_results, columns, table_type): argument
384 def __init__(self, benchmark_results, experiment=None): argument
563 def __init__(self, benchmark_results, date=None, time=None, experiment=None, argument
Dgenerate_report.py199 def RunActions(actions, benchmark_results, output_prefix, overwrite, verbose): argument
Dresults_report_unittest.py202 def _GetOutput(self, experiment=None, benchmark_results=None): argument
/external/gemmlowp/test/
Dbenchmark.cc155 std::map<gemm_t, std::vector<double>> benchmark_results; in benchmark() local