HomeSort by relevance Sort by last modified time
    Searched refs:bench_results (Results 1 - 3 of 3) sorted by null

  /external/toolchain-utils/crosperf/
generate_report.py 107 for bench_results in results.itervalues():
108 for platform_results in bench_results:
289 bench_results = BenchmarkResults(
295 ok = RunActions(actions, bench_results, args.output, args.force, args.verbose)
results_report_unittest.py 340 bench_results = BenchmarkResults(labels, benchmark_names_and_iterations,
342 results = JSONResultsReport(bench_results).GetReportObject()
352 bench_results = BenchmarkResults(labels, benchmark_names_and_iterations,
355 bench_results, json_args={'separators': separators})
376 bench_results = BenchmarkResults(labels, benchmark_names_and_iterations,
378 results = JSONResultsReport(bench_results).GetReportObject()
  /external/google-fruit/extras/benchmark/
format_bench_results.py 21 def extract_results(bench_results, fixed_benchmark_params, column_dimension, row_dimension, result_dimension):
24 for bench_result in bench_results:
307 bench_results = [json.loads(line) for line in f.readlines()]
321 bench_results,

Completed in 405 milliseconds