Searched refs:gBytesProcessed (Results 1 – 1 of 1) sorted by relevance
26 static int64_t gBytesProcessed; variable115 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()