Searched refs:readTotalTime (Results 1 – 1 of 1) sorted by relevance
3342 AtomicLong readTotalTime = new AtomicLong(0); in testConcurrencyReadWrite() local3374 readTotalTime.addAndGet(ti); in testConcurrencyReadWrite()3400 Log.i(TAG, "testConcurrencyReadWrite: readTotalTime=" + readTotalTime + " avg=" in testConcurrencyReadWrite()3401 + (readTotalTime.doubleValue() / readerCount / loopSize)); in testConcurrencyReadWrite()3420 AtomicLong readTotalTime = new AtomicLong(0); in testConcurrencyRead() local3447 readTotalTime.addAndGet(ti); in testConcurrencyRead()3456 Log.i(TAG, "testConcurrencyRead: readTotalTime=" + readTotalTime + " avg=" in testConcurrencyRead()3457 + (readTotalTime.doubleValue() / readerCount / loopSize)); in testConcurrencyRead()