Searched refs:readTotalTime (Results 1 – 1 of 1) sorted by relevance
3231 AtomicLong readTotalTime = new AtomicLong(0); in testConcurrencyReadWrite() local3263 readTotalTime.addAndGet(ti); in testConcurrencyReadWrite()3289 Log.i(TAG, "testConcurrencyReadWrite: readTotalTime=" + readTotalTime + " avg=" in testConcurrencyReadWrite()3290 + (readTotalTime.doubleValue() / readerCount / loopSize)); in testConcurrencyReadWrite()3309 AtomicLong readTotalTime = new AtomicLong(0); in testConcurrencyRead() local3336 readTotalTime.addAndGet(ti); in testConcurrencyRead()3345 Log.i(TAG, "testConcurrencyRead: readTotalTime=" + readTotalTime + " avg=" in testConcurrencyRead()3346 + (readTotalTime.doubleValue() / readerCount / loopSize)); in testConcurrencyRead()