Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DPerformanceDegradationTest.java171 final int totalThreadCount = mThreadCount + 1; in testDegradationForModels() local
172 final CountDownLatch start = new CountDownLatch(totalThreadCount); in testDegradationForModels()
182 ExecutorService testExecutor = Executors.newFixedThreadPool(totalThreadCount); in testDegradationForModels()