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