As with ikegami above, you are running with a very old version (1.2) of Time::HiRes. To get better resolution, you will need to install 1.53 or later. For the purposes of tracking down the bug I think I have found, it would be useful to me if you would perform the following three steps:

  1. Install v1.53 or later (but don't run (n)make test).

    I have a zip that contains the required files for 1.59 I can email if that is more convenient.

  2. Having installed ( but not run the test suite ), re-run the test program from the OP.

    If you immediately see much higher resolution (differences between successive output in 10s of microseconds rather than 100s of milliseconds) results, stop there (but inform me please :).

    My speculation is that an extra step is required beyond just installing and using Time::HiRes (>1.53), in order for the high performance timer code to become enabled.

  3. If you do not immediately see better resolution. /Msg me and I'll give you the program that I think will enable HPC code in T::HR.

The problem with this is that once the HPC code is enabled, I have not been able to revert to the non-enabled state. It appears that some action is required to enable the HPC code, but once it has been enabled it remains enabled across reboots. (I haven't tried a re-install!).

Thanks for your help.


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
Lingua non convalesco, consenesco et abolesco. -- Rule 1 has a caveat! -- Who broke the cabal?
"Science is about questioning the status quo. Questioning authority".
The "good enough" maybe good enough for the now, and perfection maybe unobtainable, but that should not preclude us from striving for perfection, when time, circumstance or desire allow.

In reply to Re^4: In search of a bug in Time::HiRes on Windows. by BrowserUk
in thread In search of a bug in Time::HiRes on Windows. by BrowserUk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.