Searched refs:ThreadsBytesProcessed (Results 1 – 1 of 1) sorted by relevance
156 const size_t ThreadsBytesProcessed = kMaxBytes * kMinRounds * num_threads; in RunThreadsThroughput() local157 state.SetBytesProcessed(ThreadsBytesProcessed * static_cast<size_t>(state.iterations())); in RunThreadsThroughput()