Searched refs:readTime (Results 1 – 2 of 2) sorted by relevance
48 final double[] readTime = new double[SAMPLES]; in testReadWriteFile() local58 readTime[i] = (System.nanoTime() - startTime) / 1000.0 / 1000.0; in testReadWriteFile()79 readAverage += readTime[i]; in testReadWriteFile()81 readSquaredAverage += readTime[i] * readTime[i]; in testReadWriteFile()
665 long readTime = mClock.getElapsedSinceBootMillis() - readStartTime; in read() local667 mWifiMetrics.noteWifiConfigStoreReadDuration(toIntExact(readTime)); in read()671 Log.d(TAG, "Reading from all stores completed in " + readTime + " ms."); in read()697 long readTime = mClock.getElapsedSinceBootMillis() - readStartTime; in switchUserStoresAndRead() local698 mWifiMetrics.noteWifiConfigStoreReadDuration(toIntExact(readTime)); in switchUserStoresAndRead()699 Log.d(TAG, "Reading from user stores completed in " + readTime + " ms."); in switchUserStoresAndRead()