Searched refs:totalReadCount (Results 1 – 1 of 1) sorted by relevance
279 final int totalReadCount = (int)(fileSize / bufferSize); in doRandomReadTest() local280 final int[] readOffsets = new int[totalReadCount]; in doRandomReadTest()281 for (int i = 0; i < totalReadCount; i++) { in doRandomReadTest()287 final int readsInOneMeasure = totalReadCount / runsInOneGo; in doRandomReadTest()