HomeSort by relevance Sort by last modified time
    Searched refs:noopers (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/test/perf/perldriver/
Output.pm 327 my @noopers = @{shift(@_)};
353 #outputData($noopers[0], "RIGHT");
354 outputValue($noopers[0]);
358 my $perOperation = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noopers[$j]); # time per operation
363 my $baseLinePO = $timedata[0]->divideByScalar($iterPerPass[0]*$noopers[0]);
365 my $perOperation = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noopers[$j]); # time per operation
PerfFramework.pm 117 my @noopers;
138 push(@noopers, shift(@res));
152 outputRow($i, \@iterPerPass, \@noopers, \@timedata, \@noevents);
  /external/icu/icu4j/perf-tests/perldriver/
Output.pm 325 my @noopers = @{shift(@_)};
351 #outputData($noopers[0], "RIGHT");
352 outputValue($noopers[0]);
356 my $perOperation = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noopers[$j]); # time per operation
361 my $baseLinePO = $timedata[0]->divideByScalar($iterPerPass[0]*$noopers[0]);
363 my $perOperation = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noopers[$j]); # time per operation
PerfFramework4j.pm 121 my @noopers;
160 push(@noopers, shift(@res));
175 outputRow($i, \@iterPerPass, \@noopers, \@timedata, \@noevents);

Completed in 140 milliseconds