Home
last modified time | relevance | path

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

/system/core/liblog/tests/
Dbenchmark_main.cpp144 double mib_processed = static_cast<double>(gBytesProcessed)/1e6; in Run() local
146 snprintf(throughput, sizeof(throughput), " %8.2f MiB/s", mib_processed/seconds); in Run()