Re: Windows clock update frequency
- From: "Maxim S. Shatskih" <maxim@xxxxxxxxxxxxxxxx>
- Date: Sat, 17 Nov 2007 00:13:59 +0300
Time is not modified, but the update frequency is.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@xxxxxxxxxxxxxxxx
http://www.storagecraft.com
"Guillaume" <Guillaume@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:10046A60-2298-4917-A534-B7D806CB6474@xxxxxxxxxxxxxxxx
We have made a lot of tests, and it appears that modifying this parametersystems.
does not impact the system time return by GetSystemTime().
So if this parameter modifies the system clock, how can I access it?
Thanks.
"Don Burn" wrote:
The implementation of timeBeginPeriod calls ExSetTimerResolution. In fact
for years that was the only approved way to access ExSetTimerResolution.
So it definitely does change the resolution system wide.
--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply
"Guillaume" <Guillaume@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:EC7E9BB8-754D-4A7A-B71D-A65734CC1D7E@xxxxxxxxxxxxxxxx
timeBeginPeriod has no impact on the clock update frequency.
I am looking for a way to increase this clock update frequency (I am NOT
looking for high precision timers). It is currently about 15 ms, and I
would
need about 1 ms. Do you know if this is possible?
Many thanks.
"Maxim S. Shatskih" wrote:
timeBeginPeriod in user mode
ExSetTimerResolution in kernel mode
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@xxxxxxxxxxxxxxxx
http://www.storagecraft.com
"Guillaume" <Guillaume@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:9379D1AC-E038-4F84-BE29-458F0473F000@xxxxxxxxxxxxxxxx
Windows seems to update its internal clock every 15 ms on most
itIs it possible to increase this frequency?
Indeed, it is possible to work with 1ms precision timers, so I guess
is
possible to increase the clock update frequency.
Does the /TIMERES boot.ini switch has an impact on this?
Thanks.
Guillaume
.
- Follow-Ups:
- Re: Windows clock update frequency
- From: Guillaume
- Re: Windows clock update frequency
- References:
- Re: Windows clock update frequency
- From: Maxim S. Shatskih
- Re: Windows clock update frequency
- From: Don Burn
- Re: Windows clock update frequency
- From: Guillaume
- Re: Windows clock update frequency
- Prev by Date: Re: Pnpdtest Surprise Remove failure
- Next by Date: Re: How to allocate a very big block of contiguous (and unpaged) memory in a specified address-range
- Previous by thread: Re: Windows clock update frequency
- Next by thread: Re: Windows clock update frequency
- Index(es):
Relevant Pages
|