Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java3100 AtomicLong readTotalTime = new AtomicLong(0); in testConcurrencyReadWrite() local
3132 readTotalTime.addAndGet(ti); in testConcurrencyReadWrite()
3158 Log.i(TAG, "testConcurrencyReadWrite: readTotalTime=" + readTotalTime + " avg=" in testConcurrencyReadWrite()
3159 + (readTotalTime.doubleValue() / readerCount / loopSize)); in testConcurrencyReadWrite()
3178 AtomicLong readTotalTime = new AtomicLong(0); in testConcurrencyRead() local
3205 readTotalTime.addAndGet(ti); in testConcurrencyRead()
3214 Log.i(TAG, "testConcurrencyRead: readTotalTime=" + readTotalTime + " avg=" in testConcurrencyRead()
3215 + (readTotalTime.doubleValue() / readerCount / loopSize)); in testConcurrencyRead()