Home
last modified time | relevance | path

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

/third_party/json/benchmarks/thirdparty/benchmark/src/
Dstatistics.h28 std::vector<BenchmarkReporter::Run> ComputeStats(
Dstatistics.cc78 std::vector<BenchmarkReporter::Run> ComputeStats( in ComputeStats() function
Dbenchmark.cc277 auto stat_reports = ComputeStats(reports); in RunBenchmark()
/third_party/benchmark/src/
Dstatistics.h28 std::vector<BenchmarkReporter::Run> ComputeStats(
Dstatistics.cc87 std::vector<BenchmarkReporter::Run> ComputeStats( in ComputeStats() function
Dbenchmark_runner.cc352 run_results.aggregates_only = ComputeStats(run_results.non_aggregates); in GetResults()