Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp589 unsigned long read_ios = 0; in dump_stat_from_fd() local
597 read_ios = ((unsigned long long)S_TO_MS * fields[__STAT_READ_IOS] in dump_stat_from_fd()
621 printf("%-30s: perf(ios) rd: %luKB/s(%lu/s) q: %u\n", path, read_perf, read_ios, queue); in dump_stat_from_fd()
624 read_ios, write_perf, write_ios, queue); in dump_stat_from_fd()