Home
last modified time | relevance | path

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

/third_party/benchmark/src/
Djson_reporter.cc239 case BenchmarkReporter::Run::RT_Iteration: in PrintRunData()
/third_party/benchmark/include/benchmark/
Dbenchmark.h1525 enum RunType { RT_Iteration, RT_Aggregate }; enumerator
1528 : run_type(RT_Iteration), in Run()