Home
last modified time | relevance | path

Searched refs:profileThreshold (Results 1 – 2 of 2) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java116 private static final long profileThreshold = Long.getLong("jsr166.profileThreshold", 100); field in JSR166TestCase
129 if (elapsedMillis >= profileThreshold) in runTestProfiled()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java116 private static final long profileThreshold = Long.getLong("jsr166.profileThreshold", 100); field in JSR166TestCase
130 if (elapsedMillis >= profileThreshold) in runTestProfiled()