Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/benchmarks/
H A DLibcMemoryGoogleBenchmarkMain.cpp52 const size_t AvgBytesPerIteration = Setup.getBatchBytes() / Setup.BatchSize; in ~Runner() local
53 const size_t TotalBytes = State.iterations() * AvgBytesPerIteration; in ~Runner()