Searched refs:run_results (Results 1 - 6 of 6) sorted by relevance
/third_party/benchmark/src/ |
H A D | benchmark_runner.cc | 242 run_results.display_report_aggregates_only = in BenchmarkRunner() 245 run_results.file_report_aggregates_only = in BenchmarkRunner() 248 run_results.display_report_aggregates_only = in BenchmarkRunner() 251 run_results.file_report_aggregates_only = in BenchmarkRunner() 481 run_results.non_aggregates.push_back(report); in DoOneRepetition() 490 run_results.aggregates_only = ComputeStats(run_results.non_aggregates); in GetResults() 492 return std::move(run_results); in GetResults()
|
H A D | benchmark.cc | 325 BenchmarkReporter* file_reporter, const RunResults& run_results) { in Report() 336 report_one(display_reporter, run_results.display_report_aggregates_only, in Report() 337 run_results); in Report() 339 report_one(file_reporter, run_results.file_report_aggregates_only, in Report() 340 run_results); in Report() 448 RunResults run_results = runner.GetResults(); in RunBenchmarks() local 455 run_results.aggregates_only.insert(run_results.aggregates_only.end(), in RunBenchmarks() 463 Report(display_reporter, file_reporter, run_results); in RunBenchmarks() 324 Report(BenchmarkReporter* display_reporter, BenchmarkReporter* file_reporter, const RunResults& run_results) Report() argument
|
H A D | benchmark_runner.h | 85 RunResults run_results; member in benchmark::internal::BenchmarkRunner
|
/third_party/skia/third_party/externals/spirv-tools/test/tools/ |
H A D | spirv_test_framework.py | 325 run_results = [ 329 success, message = zip(*run_results)
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/ |
H A D | spirv_test_framework.py | 325 run_results = [ 329 success, message = zip(*run_results)
|
/third_party/spirv-tools/test/tools/ |
H A D | spirv_test_framework.py | 325 run_results = [ 329 success, message = zip(*run_results)
|
Completed in 5 milliseconds