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

  /external/chromium_org/third_party/icu/source/test/perf/perldriver/
Output.pm 323 my @noopers = @{shift(@_)};
349 #outputData($noopers[0], "RIGHT");
350 outputValue($noopers[0]);
354 my $perOperation = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noopers[$j]); # time per operation
359 my $baseLinePO = $timedata[0]->divideByScalar($iterPerPass[0]*$noopers[0]);
361 my $perOperation = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noopers[$j]); # time per operation
PerfFramework.pm 113 my @noopers;
134 push(@noopers, shift(@res));
149 outputRow($i, \@iterPerPass, \@noopers, \@timedata, \@noevents);
  /external/icu/icu4c/source/test/perf/perldriver/
Output.pm 323 my @noopers = @{shift(@_)};
349 #outputData($noopers[0], "RIGHT");
350 outputValue($noopers[0]);
354 my $perOperation = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noopers[$j]); # time per operation
359 my $baseLinePO = $timedata[0]->divideByScalar($iterPerPass[0]*$noopers[0]);
361 my $perOperation = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noopers[$j]); # time per operation
PerfFramework.pm 113 my @noopers;
134 push(@noopers, shift(@res));
148 outputRow($i, \@iterPerPass, \@noopers, \@timedata, \@noevents);

Completed in 72 milliseconds