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.java2970 AtomicLong readTotalTime = new AtomicLong(0); in testConcurrencyReadWrite() local
3002 readTotalTime.addAndGet(ti); in testConcurrencyReadWrite()
3028 Log.i(TAG, "testConcurrencyReadWrite: readTotalTime=" + readTotalTime + " avg=" in testConcurrencyReadWrite()
3029 + (readTotalTime.doubleValue() / readerCount / loopSize)); in testConcurrencyReadWrite()
3047 AtomicLong readTotalTime = new AtomicLong(0); in testConcurrencyRead() local
3074 readTotalTime.addAndGet(ti); in testConcurrencyRead()
3083 Log.i(TAG, "testConcurrencyRead: readTotalTime=" + readTotalTime + " avg=" in testConcurrencyRead()
3084 + (readTotalTime.doubleValue() / readerCount / loopSize)); in testConcurrencyRead()