Searched refs:readTotalTime (Results 1 – 1 of 1) sorted by relevance
2968 AtomicLong readTotalTime = new AtomicLong(0); in testConcurrencyReadWrite() local2999 readTotalTime.addAndGet(ti); in testConcurrencyReadWrite()3025 Log.i(TAG, "testConcurrencyReadWrite: readTotalTime=" + readTotalTime + " avg=" in testConcurrencyReadWrite()3026 + (readTotalTime.doubleValue() / readerCount / loopSize)); in testConcurrencyReadWrite()3044 AtomicLong readTotalTime = new AtomicLong(0); in testConcurrencyRead() local3070 readTotalTime.addAndGet(ti); in testConcurrencyRead()3079 Log.i(TAG, "testConcurrencyRead: readTotalTime=" + readTotalTime + " avg=" in testConcurrencyRead()3080 + (readTotalTime.doubleValue() / readerCount / loopSize)); in testConcurrencyRead()