Lines Matching refs:THREADS
33 my $THREADS; # number of threads (input from command-line args)
49 # run all tests with the specified number of threads from command-line input
50 # (if there is no arguments, use $THREADS = 1)
52 $THREADS = $arg;
61 my $threads = ($THREADS > 1) ? "($THREADS threads)" : "";
62 my $title = "ICU4J Performance Test $threads $date";
279 my $cmd = "java -classpath classes $TESTCLASS $method $n -p $passes -L @$pat[0] \"@$pat[1]\" \"@$pat[2]\" -r $THREADS";