Home
last modified time | relevance | path

Searched refs:RT_Aggregate (Results 1 – 7 of 7) sorted by relevance

/llvm-project/third-party/benchmark/src/
H A Djson_reporter.cc241 case BenchmarkReporter::Run::RT_Aggregate: in PrintRunData()
247 if (run.run_type != BenchmarkReporter::Run::RT_Aggregate) { in PrintRunData()
252 if (run.run_type == BenchmarkReporter::Run::RT_Aggregate) { in PrintRunData()
273 if (run.run_type != Run::RT_Aggregate || in PrintRunData()
H A Dconsole_reporter.cc165 } else if (result.run_type != Run::RT_Aggregate || in PrintRunData()
186 if (result.run_type == Run::RT_Aggregate && in PrintRunData()
H A Dcomplexity.cc213 big_o.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeBigO()
238 rms.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeBigO()
H A Dreporter.cc100 if (run_type == RT_Aggregate) { in benchmark_name()
H A Dcsv_reporter.cc125 if (run.run_type != Run::RT_Aggregate || in PrintRunData()
H A Dstatistics.cc169 data.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeStats()
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1783 enum RunType { RT_Iteration, RT_Aggregate }; enumerator