Home
last modified time | relevance | path

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

/aosp_15_r20/bionic/benchmarks/
H A Dmalloc_benchmark.cpp156 const size_t ThreadsBytesProcessed = kMaxBytes * kMinRounds * num_threads; in RunThreadsThroughput() local
157 state.SetBytesProcessed(ThreadsBytesProcessed * static_cast<size_t>(state.iterations())); in RunThreadsThroughput()