Home
last modified time | relevance | path

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

/bionic/tests/
Dbenchmark_main.cpp26 static int64_t gBytesProcessed; variable
115 gBytesProcessed = 0; in RunRepeatedlyWithArg()
146 if (gBenchmarkTotalTimeNs > 0 && gBytesProcessed > 0) { in RunWithArg()
147 double mib_processed = static_cast<double>(gBytesProcessed)/1e6; in RunWithArg()
173 gBytesProcessed = x; in SetBenchmarkBytesProcessed()