Home
last modified time | relevance | path

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

/cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
DSequentialRWTest.java67 double[] mbps = ReportLog.calcRatePerSecArray((double)BUFFER_SIZE / 1024 / 1024, times); in testSingleSequentialWrite()
118 double[] mbps = ReportLog.calcRatePerSecArray((double)fileSize / 1024 / 1024, times); in testSingleSequentialRead()
DFileUtil.java304 double[] mbps = ReportLog.calcRatePerSecArray((double)fileSize / runsInOneGo / 1024 / 1024, in doRandomReadTest()
357 double[] mbps = ReportLog.calcRatePerSecArray((double)fileSize / runsInOneGo / 1024 / 1024, in doRandomWriteTest()
398 double[] mbps = ReportLog.calcRatePerSecArray((double)bufferSize / 1024 / 1024, in doSequentialUpdateTest()
/cts/suite/cts/deviceTests/dram/src/com/android/cts/dram/
DBandwidthTest.java170 double[] mbps = ReportLog.calcRatePerSecArray( in doRunMemcpy()
203 double[] mbps = ReportLog.calcRatePerSecArray( in doRunMemset()
/cts/common/util/src/com/android/compatibility/common/util/
DStat.java175 public static double[] calcRatePerSecArray(double change, double[] timeInMSec) { in calcRatePerSecArray() method in Stat
/cts/libs/commonutil/src/com/android/cts/util/
DReportLog.java185 public static double[] calcRatePerSecArray(double change, double[] timeInMSec) { in calcRatePerSecArray() method in ReportLog