Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/benchmarks/
H A DLibcBenchmark.h133 size_t TotalIterations = 0; variable
142 TotalIterations += M.Iterations; in update()
143 return TotalTime / TotalIterations; in update()