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