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