Searched refs:readTime (Results 1 – 3 of 3) 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()
590 long readTime = mClock.getElapsedSinceBootMillis() - readStartTime; in read() local592 mWifiMetrics.noteWifiConfigStoreReadDuration(toIntExact(readTime)); in read()596 Log.d(TAG, "Reading from all stores completed in " + readTime + " ms."); in read()620 long readTime = mClock.getElapsedSinceBootMillis() - readStartTime; in switchUserStoresAndRead() local621 mWifiMetrics.noteWifiConfigStoreReadDuration(toIntExact(readTime)); in switchUserStoresAndRead()622 Log.d(TAG, "Reading from user stores completed in " + readTime + " ms."); in switchUserStoresAndRead()
676 long readTime = mUwbInjector.getElapsedSinceBootMillis() - readStartTime; in read() local677 Log.d(TAG, "Reading from all stores completed in " + readTime + " ms."); in read()704 long readTime = mUwbInjector.getElapsedSinceBootMillis() - readStartTime; in switchUserStoresAndRead() local705 Log.d(TAG, "Reading from user stores completed in " + readTime + " ms."); in switchUserStoresAndRead()