Home
last modified time | relevance | path

Searched refs:RT_Iteration (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/src/
H A Djson_reporter.cc239 case BenchmarkReporter::Run::RT_Iteration: in PrintRunData()
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1525 enum RunType { RT_Iteration, RT_Aggregate }; enumerator
1528 : run_type(RT_Iteration), in Run()