Searched refs:wallclock (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | Benchmark.t | 26 qr/(\d+) +wallclock secs? +\( *(-?\d+\.\d\d) +usr +(-?\d+\.\d\d) +sys +\+ +(-?\d+\.\d\d) +cusr +(-?\d+\.\d\d) +csys += +(-?\d+\.\d\d) +CPU\)/; 28 qr/(\d+) +wallclock secs? +\( *(-?\d+\.\d\d) +usr +\+ +(-?\d+\.\d\d) +sys += +(-?\d+\.\d\d) +CPU\)/; 30 qr/(\d+) +wallclock secs? +\( *(-?\d+\.\d\d) +cusr +\+ +(-?\d+\.\d\d) +csys += +\d+\.\d\d +CPU\)/; 108 my ($wallclock, $usr, $sys, $cusr, $csys, $cpu) = $all =~ $All_Pattern; 113 like ($noc, qr/$wallclock +wallclock secs? +\( *$usr +usr +\+ +$sys +sys += +$cpu +CPU\)/, 'timestr ($diff, "noc")'); 116 like ($nop, qr/$wallclock +wallclock secs? +\( *$cusr +cusr +\+ +$csys +csys += +\d+\.\d\d +CPU\)/, 'timestr ($diff, "nop")'); 125 qr/(\d+) +wallclock secs? +\( *\d\.\d+E[-+]?\d\d\d? +usr +\d\.\d+E[-+]?\d\d\d? +sys +\+ +\d\.\d+E[-+]?\d\d\d? +cusr +\d\.\d+E[-+]?\d\d\d? +csys += +\d\.\d+E[-+]?\d\d\d? +CPU\)/, 'timestr ($diff, "all", "E") [sprintf format of "E"]');
|
H A D | Benchmark.pm | 56 # enable hires wallclock timing if possible 138 the process itself, as opposed to the real (wallclock) time and the 178 each of the 5 times available ('wallclock' time, user time, system time, 180 except the two children times. 'nop' shows only wallclock and the 287 wallclock time to be measured in microseconds, instead of integer 289 in CPU time, not wallclock time. 353 a: 10 wallclock secs ( 5.14 usr + 0.13 sys = 5.27 CPU) @ 3835055.60/s (n=20210743) 354 b: 5 wallclock secs ( 5.41 usr + 0.00 sys = 5.41 CPU) @ 1574944.92/s (n=8520452) 594 $s=sprintf("$w wallclock secs (%$f usr %$f sys + %$f cusr %$f csys = %$f CPU)", 596 $s=sprintf("$w wallclock sec [all...] |
/osnet-11/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 1643 print_sadb_msg(FILE *file, struct sadb_msg *samsg, time_t wallclock, argument 1646 if (wallclock != 0) 1647 printsatime(file, wallclock, dgettext(TEXT_DOMAIN, 1872 print_lifetimes(FILE *file, time_t wallclock, struct sadb_lifetime *current, argument 1934 printsatime(file, wallclock, dgettext(TEXT_DOMAIN, 1984 wallclock; 1994 wallclock; 2012 scratch += wallclock; 2064 wallclock; 2074 wallclock; 2648 time_t wallclock; local [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/ |
H A D | HiRes.pm | 217 I<real time>; that is, wallclock time. C<SIGALRM> is delivered when 222 may be more or less than real or wallclock time. (This time is also
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/ |
H A D | Harness.pm | 1122 Files=4, Tests=24, 2 wallclock secs ( 0.61 cusr + 0.41 csys = 1.02 CPU)
|
Completed in 41 milliseconds