OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iterPerPass
(Results
1 - 11
of
11
) sorted by null
/external/icu/icu4c/source/test/perf/perldriver/
Output.pm
322
my @
iterPerPass
= @{shift(@_)};
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
372
my $perEvent = $timedata[$j]->divideByScalar($
iterPerPass
[$j]*$noevents[$j]); # time per event
376
my $baseLinePO = $timedata[0]->divideByScalar($
iterPerPass
[0]*$noevents[0]);
378
my $perOperation = $timedata[$j]->divideByScalar($
iterPerPass
[$j]*$noevents[$j]); # time per operation
PerfFramework.pm
112
my @
iterPerPass
;
133
push(@
iterPerPass
, shift(@res));
148
outputRow($i, \@
iterPerPass
, \@noopers, \@timedata, \@noevents);
222
my $
iterPerPass
= shift(@res);
231
#$ds->setScale(1.0e-3 / ($
iterPerPass
* $operationsPerIter));
232
($ds, $
iterPerPass
, $operationsPerIter, $eventsPerIter);
/external/icu/icu4j/perf-tests/perldriver/
Output.pm
322
my @
iterPerPass
= @{shift(@_)};
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
372
my $perEvent = $timedata[$j]->divideByScalar($
iterPerPass
[$j]*$noevents[$j]); # time per event
376
my $baseLinePO = $timedata[0]->divideByScalar($
iterPerPass
[0]*$noevents[0]);
378
my $perOperation = $timedata[$j]->divideByScalar($
iterPerPass
[$j]*$noevents[$j]); # time per operation
PerfFramework4j.pm
118
my @
iterPerPass
;
157
push(@
iterPerPass
, shift(@res));
173
outputRow($i, \@
iterPerPass
, \@noopers, \@timedata, \@noevents);
247
my $
iterPerPass
= shift(@res);
256
#$ds->setScale(1.0e-3 / ($
iterPerPass
* $operationsPerIter));
257
($ds, $
iterPerPass
, $operationsPerIter, $eventsPerIter);
/external/icu/icu4j/perf-tests/
converterperf.pl
187
my $
iterPerPass
= shift(@data);
193
$ds->setScale(1.0e-3 / ($
iterPerPass
* $eventPerIter));
dateformatperf.pl
174
my $
iterPerPass
= shift(@data);
180
$ds->setScale(1.0e-3 / ($
iterPerPass
* $eventPerIter));
decimalformatperf.pl
169
my $
iterPerPass
= shift(@data);
175
$ds->setScale(1.0e-3 / ($
iterPerPass
* $eventPerIter));
normperf.pl
223
my $
iterPerPass
= shift(@data);
229
$ds->setScale(1.0e-3 / ($
iterPerPass
* $eventPerIter));
ucharacterperf.pl
171
my $
iterPerPass
= shift(@data);
177
$ds->setScale(1.0e-3 / ($
iterPerPass
* $eventPerIter));
unicodesetperf.pl
161
my $
iterPerPass
= shift(@data);
167
$ds->setScale(1.0e-3 / ($
iterPerPass
* $eventPerIter));
perftests.pl
289
my $
iterPerPass
= shift(@data);
295
$ds->setScale(1.0e-3 / ($
iterPerPass
* $eventPerIter));
Completed in 239 milliseconds