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.java2945 AtomicLong readTotalTime = new AtomicLong(0); in testConcurrencyReadWrite() local
2976 readTotalTime.addAndGet(ti); in testConcurrencyReadWrite()
3002 Log.i(TAG, "testConcurrencyReadWrite: readTotalTime=" + readTotalTime + " avg=" in testConcurrencyReadWrite()
3003 + (readTotalTime.doubleValue() / readerCount / loopSize)); in testConcurrencyReadWrite()
3021 AtomicLong readTotalTime = new AtomicLong(0); in testConcurrencyRead() local
3047 readTotalTime.addAndGet(ti); in testConcurrencyRead()
3056 Log.i(TAG, "testConcurrencyRead: readTotalTime=" + readTotalTime + " avg=" in testConcurrencyRead()
3057 + (readTotalTime.doubleValue() / readerCount / loopSize)); in testConcurrencyRead()