Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/benchmarks/
H A DLibcMemoryBenchmark.cpp89 size_t ParameterBatch::getBatchBytes() const { in getBatchBytes() function in llvm::libc_benchmarks::ParameterBatch
H A DLibcMemoryBenchmark.h183 size_t getBatchBytes() const;
H A DLibcMemoryGoogleBenchmarkMain.cpp52 const size_t AvgBytesPerIteration = Setup.getBatchBytes() / Setup.BatchSize; in ~Runner()