Searched refs:iters (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | regexp.t | 39 $iters = shift || 1; # Poor man performance suite, 10000 is OK. 54 print "1..$numtests\n# $iters iterations\n"; 75 $c = $iters;
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/ |
H A D | RandTest | 118 my $iters = 0; 223 $iters++; 227 print("\n$iters iterations completed\n");
|
H A D | randtest.c | 202 int iters, maxsz, sz; local 212 "Usage: randtest <iters> <maxsz> <file>\n"); 215 iters = atoi(argv[1]); 226 while (iters--) {
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | Benchmark.t | 58 my $in_threesecs = $threesecs->iters; 60 ok ($in_threesecs > 0, "iters returned positive iterations"); 68 my $in_onesec = $onesec->iters; 70 ok ($in_onesec > 0, "iters returned positive iterations"); 86 my $in_again = $again->iters; 88 ok ($in_again > 0, "iters returned positive iterations"); 307 # Slow is expressed as iters per second. 311 # Fast is expressed as iters per second. 321 ok (!$slow_is_rate, "slow should be expressed as a iters per second"); 323 ok (!$fast_is_rate, "fast should be expressed as a iters pe [all...] |
H A D | Benchmark.pm | 53 $count = $t->iters ; 98 =item iters 296 ($real, $user, $system, $children_user, $children_system, $iters) 538 sub iters { $_[0]->[5] ; } subroutine
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | pp.c | 4404 I32 iters = 0; local 4636 iters = (SP - PL_stack_base) - base; 4637 if (iters > maxiters) 4641 if (s < strend || (iters && origlimit)) { 4650 iters++; 4653 while (iters > 0 && (!TOPs || !SvANY(TOPs) || SvCUR(TOPs) == 0)) { 4656 iters--; 4671 EXTEND(SP, iters); 4672 Copy(AvARRAY(ary), SP + 1, iters, SV*); local 4673 SP += iters; [all...] |
H A D | cop.h | 398 cx->sb_iters = iters, \
|
H A D | pp_hot.c | 1969 I32 iters = 0; local 2140 if (iters++ > maxiters) 2166 PUSHs(sv_2mortal(newSViv((I32)iters))); 2205 if (iters++ > maxiters) 2244 PUSHs(sv_2mortal(newSViv((I32)iters)));
|
Completed in 65 milliseconds