Searched refs:writeTotalTime (Results 1 – 1 of 1) sorted by relevance
3101 AtomicLong writeTotalTime = new AtomicLong(0); in testConcurrencyReadWrite() local3150 writeTotalTime.addAndGet(ti); in testConcurrencyReadWrite()3160 Log.i(TAG, "testConcurrencyReadWrite: writeTotalTime=" + writeTotalTime + " avg=" in testConcurrencyReadWrite()3161 + (writeTotalTime.doubleValue() / loopSize)); in testConcurrencyReadWrite()