Displaying 1 result from an estimated 1 matches for "hirestim".
Did you mean:
hirestime
2003 Dec 08
3
Strange variable chopping from AGI's
AGI's are resulting in unusual behaviors. Can someone please tell me
if this is my inappropriate use of AGI's, inappropriate use of
Time::HiRes, or a bug with *:
I call this script twice:
#!/usr/bin/perl
use Time::HiRes qw( gettimeofday );
($seconds, $microseconds) = gettimeofday;
$hirestime = sprintf("%s","$seconds$microseconds");
print "SET VARIABLE HIRESTIMESTAMP $hirestime\n";
I run this script twice, once before a bunch of stuff, and once
after, in order to perform a crude version of time measurement.
However, the script sometimes (1 out of 20?...