Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: The most precise second (timer)

by tukusejssirs (Beadle)
on Nov 26, 2019 at 16:16 UTC ( [id://11109275]=note: print w/replies, xml ) Need Help??


in reply to Re: The most precise second (timer)
in thread The most precise second (timer)

Here you go. This is even worse.

$ time perl -MTime::HiRes=sleep -E 'say sleep 1' 1.000147 real 0m1.139s user 0m0.006s sys 0m0.008s

Replies are listed 'Best First'.
Re^3: The most precise second (timer)
by duelafn (Parson) on Nov 27, 2019 at 10:24 UTC

    You miss the point of this test. Anonymous Monk's point is not to suggest calling out to an external perl. The point is that sleep() itself has inherently imprecise. You requested sleep(1) but actually got 1.000147 seconds of sleep. Therefore fussing over 0.00000XXXX seconds of "error" is futile.

    Good Day,
        Dean

      Therefore fussing over 0.00000XXXX seconds of "error" is futile.

      Yes, but the error is cumulative: 1.000147 seconds of sleep over one day amounts to an error of about 12 seconds, which might be worth fussing over...

        The error is not cumulative in the OP code nor most of the suggestions.

        Good Day,
            Dean

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11109275]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (7)
As of 2024-04-23 09:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found