Home
last modified time | relevance | path

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

/system/extras/zram-perf/
Dzram-perf.cpp73 size_t devSize = getSize(); in fillWithCompressible() local
75 for (uint64_t offset = 0; offset < devSize; offset += kPageSize) { in fillWithCompressible()
85 size_t devSize = getSize(); in benchSequentialRead() local
91 for (uint64_t offset = 0; offset < devSize; offset += kPageSize) { in benchSequentialRead()
102 …cout << "read: " << (double)devSize * passes / 1024.0 / 1024.0 / (duration / 1000.0 / 1000.0) << "… in benchSequentialRead()
106 size_t devSize = getSize(); in benchSequentialWrite() local
112 for (uint64_t offset = 0; offset < devSize; offset += kPageSize) { in benchSequentialWrite()
124 …cout << "write: " << (double)devSize * passes / 1024.0 / 1024.0 / (duration / 1000.0 / 1000.0) << … in benchSequentialWrite()