Searched refs:totalOperations (Results 1 - 2 of 2) sorted by relevance

/art/test/129-ThreadGetId/src/
H A DMain.java21 static final int totalOperations = 1000; field in class:Main
49 for (int i = 0; i < totalOperations; ++i) {
/art/test/004-ThreadStress/src/
H A DMain.java304 int totalOperations = -1;
317 totalOperations = Integer.parseInt(args[i]);
332 if (totalOperations != -1 && operationsPerThread != -1) {
334 "Specified both totalOperations and operationsPerThread");
341 if (totalOperations == -1) {
342 totalOperations = 1000;
346 operationsPerThread = totalOperations/numberOfThreads;

Completed in 82 milliseconds