Lines Matching defs:timestr
50 print "$count loops of other code took:",timestr($t),"\n";
54 print "$count loops of other code took:",timestr($t),"\n";
88 print "the code took:",timestr($td),"\n";
125 determines the format of the output, as described for timestr() below.
169 object suitable for passing to timestr().
171 =item timestr ( TIMEDIFF, [ STYLE, [ FORMAT ] ] )
282 for passing to timestr().
451 December, 2001; by Nicholas Clark: make timestr() recognise the style 'none'
459 February, 2004; by Chia-liang Kao: make cmpthese and timestr use time
462 November, 2007; by Christophe Grosjean: make cmpthese and timestr compute
480 @EXPORT=qw(timeit timethis timethese timediff timestr);
635 $_Usage{timestr} = <<'USAGE';
636 usage: $formatted_result = timestr($result1);
639 sub timestr {
668 print STDERR "$msg",timestr($t),"\n" if $Debug;
903 print timestr($t, $style, $Default_Format),"\n" unless $style eq 'none';