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

  /system/core/storaged/
storaged.cpp 62 mMean.read_perf = (uint32_t)mStats.read_perf.get_mean();
71 mStd.read_perf = (uint32_t)mStats.read_perf.get_std();
79 mStats.read_perf.add(perf->read_perf);
87 mStats.read_perf.evict(perf->read_perf);
96 ((double)perf->read_perf < (double)mMean.read_perf - mSigma * (double)mStd.read_perf) &
    [all...]
storaged_utils.cpp 82 perf.read_perf = ((unsigned long long)SECTOR_SIZE *
207 << " rd:" << perf->read_perf << "KB/s(" << perf->read_ios << "/s)"
  /system/core/storaged/tests/
storaged_test.cpp 186 retval.read_perf = (double)perf.read_perf * mul;
222 .read_perf = 10 * 1024,
250 test_perf.read_perf = (double)test_mean.read_perf - i * test_std.read_perf;
  /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::__anon106925
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 597 unsigned long read_perf = 0; local
602 read_perf = ((unsigned long long)SECTOR_SIZE
630 printf("%s: perf(ios) rd: %luKB/s(%lu/s) q: %u\n", path, read_perf, read_ios, queue);
632 printf("%s: perf(ios) rd: %luKB/s(%lu/s) wr: %luKB/s(%lu/s) q: %u\n", path, read_perf,
    [all...]

Completed in 157 milliseconds