Searched refs:devSize (Results 1 – 1 of 1) sorted by relevance
73 size_t devSize = getSize(); in fillWithCompressible() local75 for (uint64_t offset = 0; offset < devSize; offset += kPageSize) { in fillWithCompressible()85 size_t devSize = getSize(); in benchSequentialRead() local91 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() local112 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()