in reply to Re^6: Time::HiRes sleep does not always work
in thread Time::HiRes sleep does not always work
Very strange. The hardware is capable of high resolution as evidenced by the QPC: output.
And Time::HiRes has the code to utilise that capability, but from the evidence of the gettimeofday() & time() output, that code is not being exercised.
It's like something is caching the value, or some set of build options was used when the code was compiled to cause it to bypass the code? Did you say this was an AS built Perl?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Time::HiRes sleep does not always work
by tone (Novice) on Aug 20, 2008 at 13:29 UTC |