HomeSort by relevance Sort by last modified time
    Searched defs:read_perf (Results 1 - 2 of 2) sorted by null

  /system/core/storaged/include/
storaged.h 93 uint32_t read_perf; // read speed (kbytes/s) member in struct:disk_perf
169 stream_stats read_perf; // read speed (bytes/s) member in struct:disk_stats_monitor::__anon114376
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 596 unsigned long read_perf = 0; local
601 read_perf = ((unsigned long long)SECTOR_SIZE
629 printf("%-30s: perf(ios) rd: %luKB/s(%lu/s) q: %u\n", path, read_perf, read_ios, queue);
631 printf("%-30s: perf(ios) rd: %luKB/s(%lu/s) wr: %luKB/s(%lu/s) q: %u\n", path, read_perf,
    [all...]

Completed in 114 milliseconds