Searched refs:bytes_processed_ (Results 1 – 2 of 2) sorted by relevance
119 bytes_processed_ = 0; in RunWithArg()143 if (total_time_ns_ > 0 && bytes_processed_ > 0) { in RunWithArg()144 double gib_processed = static_cast<double>(bytes_processed_)/1e9; in RunWithArg()
39 void SetBenchmarkBytesProcessed(uint64_t bytes) { bytes_processed_ += bytes; } in SetBenchmarkBytesProcessed()53 uint64_t bytes_processed_; variable