Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dbenchmark_main.cpp28 static int64_t g_bytes_processed; variable
118 g_bytes_processed = 0; in RunRepeatedlyWithArg()
149 if (g_benchmark_total_time_ns > 0 && g_bytes_processed > 0) { in RunWithArg()
150 double mib_processed = static_cast<double>(g_bytes_processed)/1e6; in RunWithArg()
176 g_bytes_processed = x; in SetBenchmarkBytesProcessed()