Searched refs:readTotalTime (Results 1 – 1 of 1) sorted by relevance
3100 AtomicLong readTotalTime = new AtomicLong(0); in testConcurrencyReadWrite() local3132 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() local3205 readTotalTime.addAndGet(ti); in testConcurrencyRead()3214 Log.i(TAG, "testConcurrencyRead: readTotalTime=" + readTotalTime + " avg=" in testConcurrencyRead()3215 + (readTotalTime.doubleValue() / readerCount / loopSize)); in testConcurrencyRead()