Lines Matching defs:real
138 the process itself, as opposed to the real (wallclock) time and the
251 this is typical of benchmarking. If this were a real benchmark, you would
320 =item real
340 ($real, $user, $system, $children_user, $children_system, $iters)
350 from the time of the real loop.
415 The real time timing is done using time(2) and
585 sub real { my($r,$pu,$ps,$cu,$cs) = @{$_[0]}; $r ; }
831 # Now, do the 'for real' timing(s), repeating until we exceed
910 # the empty loop to appear to take longer than the real loop
922 || ($t->real < 1 && $n < 1000)