Searched refs:devSize (Results 1 – 1 of 1) sorted by relevance
64 size_t devSize = getSize(); in fillWithCompressible() local66 for (uint64_t offset = 0; offset < devSize; offset += page_size) { in fillWithCompressible()76 size_t devSize = getSize(); in benchSequentialRead() local82 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() local103 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()