OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:argsAndTest
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/perf/perldriver/
PerfFramework.pm
121
my @
argsAndTest
;
125
($program, @
argsAndTest
) = split(/,/, @{ $tests{$i} }[$j]);
129
$commandLine = "$program -i $ITERATIONS -p $NUMPASSES $locAndData @
argsAndTest
";
131
$commandLine = "$program -t $TIME -p $NUMPASSES $locAndData @
argsAndTest
";
133
#my $commandLine = "$program -i 5 -p $NUMPASSES $locAndData @
argsAndTest
";
135
store("$i, $program @
argsAndTest
", @res);
173
my @t = callProg(shift); #"$program $args $
argsAndTest
");
/external/icu/icu4j/perf-tests/perldriver/
PerfFramework4j.pm
125
my @
argsAndTest
;
130
# ($program, @
argsAndTest
) = split(/\ /, @{ $tests{$i} }[$j]);
134
# $commandLine = "$program -i $ITERATIONS -p $NUMPASSES $locAndData @
argsAndTest
";
136
# $commandLine = "$program -t $TIME -p $NUMPASSES $locAndData @
argsAndTest
";
146
($program, @
argsAndTest
) = split(/\ /, $testCommand);
149
$commandLine = "$program @
argsAndTest
-i $ITERATIONS -p $NUMPASSES $locAndData $custArgs";
151
$commandLine = "$program @
argsAndTest
-t $TIME -p $NUMPASSES $locAndData $custArgs";
157
store("$i, $program @
argsAndTest
", @res);
196
my @t = callProg(shift); #"$program $args $
argsAndTest
");
Completed in 88 milliseconds