Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/src/
H A Djson_reporter.cc238 switch (run.run_type) { in PrintRunData()
247 if (run.run_type != BenchmarkReporter::Run::RT_Aggregate) { in PrintRunData()
252 if (run.run_type == BenchmarkReporter::Run::RT_Aggregate) { in PrintRunData()
270 if (run.run_type != Run::RT_Aggregate || in PrintRunData()
H A Dconsole_reporter.cc145 } else if (result.run_type != Run::RT_Aggregate || in PrintRunData()
166 if (result.run_type == Run::RT_Aggregate && in PrintRunData()
H A Dcomplexity.cc198 big_o.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeBigO()
223 rms.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeBigO()
H A Dreporter.cc96 if (run_type == RT_Aggregate) { in benchmark_name()
H A Dstatistics.cc163 data.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeStats()
/llvm-project-15.0.7/third-party/benchmark/tools/gbench/
H A Dreport.py288 run_type = partition[0][0]['run_type'] if 'run_type' in partition[0][0] else ''
289 …aggregate_name = partition[0][0]['aggregate_name'] if run_type == 'aggregate' and 'aggregate_name'…
294 'run_type': run_type,
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1528 : run_type(RT_Iteration), in Run()
1549 RunType run_type; member