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

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

Completed in 229 milliseconds