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

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp370 unsigned long write_perf = 0; local
375 write_perf = ((unsigned long long)SECTOR_SIZE
388 if (!write_perf && !write_ios) {
393 path, read_perf, read_ios, write_perf, write_ios, queue);
397 if ((write_perf > 1) && (write_perf < worst_write_perf)) {
398 worst_write_perf = write_perf;

Completed in 628 milliseconds