Home
last modified time | relevance | path

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

/art/test/004-ThreadStress/src-art/
DMain.java447 int operationsPerThread = -1; in parseAndRun() local
467 operationsPerThread = Integer.parseInt(args[i]); in parseAndRun()
486 if (totalOperations != -1 && operationsPerThread != -1) { in parseAndRun()
503 if (operationsPerThread == -1) { in parseAndRun()
504 operationsPerThread = totalOperations/numberOfThreads; in parseAndRun()
518 runTest(numberOfThreads, numberOfDaemons, operationsPerThread, lock, frequencyMap); in parseAndRun()
598 final int operationsPerThread, final Object lock, in runTest() argument
619 Operation[] operations = new Operation[operationsPerThread]; in runTest()
624 int freq = (int)(frequencyMap.get(op) * operationsPerThread); in runTest()
680 while (threadStress.nextOperation < operationsPerThread) { in runTest()
[all …]