Home
last modified time | relevance | path

Searched defs:operationsPerThread (Results 1 – 1 of 1) sorted by relevance

/art/test/004-ThreadStress/src/
DMain.java305 int operationsPerThread = -1; in parseAndRun() local
361 public static void runTest(final int numberOfThreads, final int operationsPerThread, in runTest()