Home
last modified time | relevance | path

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

/system/extras/zram-perf/
Dzram-perf.cpp64 size_t devSize = getSize(); in fillWithCompressible() local
66 for (uint64_t offset = 0; offset < devSize; offset += page_size) { in fillWithCompressible()
76 size_t devSize = getSize(); in benchSequentialRead() local
82 for (uint64_t offset = 0; offset < devSize; offset += page_size) { in benchSequentialRead()
93 …cout << "read: " << (double)devSize * passes / 1024.0 / 1024.0 / (duration / 1000.0 / 1000.0) << "… in benchSequentialRead()
97 size_t devSize = getSize(); in benchSequentialWrite() local
103 for (uint64_t offset = 0; offset < devSize; offset += page_size) { in benchSequentialWrite()
115 …cout << "write: " << (double)devSize * passes / 1024.0 / 1024.0 / (duration / 1000.0 / 1000.0) << … in benchSequentialWrite()