Home
last modified time | relevance | path

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

/bionic/benchmarks/
DBenchmark.cpp119 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()
/bionic/benchmarks/benchmark/
DBenchmark.h39 void SetBenchmarkBytesProcessed(uint64_t bytes) { bytes_processed_ += bytes; } in SetBenchmarkBytesProcessed()
53 uint64_t bytes_processed_; variable