Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Djson_reporter.cc174 case BenchmarkReporter::Run::RT_Iteration: in PrintRunData()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h1322 enum RunType { RT_Iteration, RT_Aggregate }; enumerator
1325 : run_type(RT_Iteration), in Run()