Searched refs:readTime (Results 1 – 6 of 6) 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()
57 final long readTime = SystemClock.uptimeMillis() - startTime; in updateStats() local58 if (DEBUG || readTime > 100) { in updateStats()59 Slog.w(TAG, "Reading memory bandwidth file took " + readTime + "ms"); in updateStats()
103 final long readTime = SystemClock.uptimeMillis() - startTime; in readKernelWakelockStats() local104 if (readTime > 100) { in readKernelWakelockStats()105 Slog.w(TAG, "Reading wakelock stats took " + readTime + "ms"); in readKernelWakelockStats()
492 long readTime = mClock.getElapsedSinceBootMillis() - readStartTime; in read() local494 mWifiMetrics.noteWifiConfigStoreReadDuration(toIntExact(readTime)); in read()498 Log.d(TAG, "Reading from all stores completed in " + readTime + " ms."); in read()527 long readTime = mClock.getElapsedSinceBootMillis() - readStartTime; in switchUserStoresAndRead() local528 mWifiMetrics.noteWifiConfigStoreReadDuration(toIntExact(readTime)); in switchUserStoresAndRead()529 Log.d(TAG, "Reading from user stores completed in " + readTime + " ms."); in switchUserStoresAndRead()
46716 method public abstract java.sql.Time readTime() throws java.sql.SQLException;
66625 method public java.sql.Time readTime() throws java.sql.SQLException;