in reply to Re^3: In search of a bug in Time::HiRes on Windows.
in thread In search of a bug in Time::HiRes on Windows.
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:
I have a zip that contains the required files for 1.59 I can email if that is more convenient.
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.
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: In search of a bug in Time::HiRes on Windows.
by fglock (Vicar) on Jun 16, 2005 at 17:39 UTC |