Results 1 to 3 of 3
Dear Genius:
Could you give an introduction about HiRes timer? What is it used for?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-05-2007 #1Just Joined!
- Join Date
- May 2007
- Posts
- 6
Find some genius who know well about timer
Dear Genius:
Could you give an introduction about HiRes timer? What is it used for?
- 06-05-2007 #2
check here.
the high-res timers feature (CONFIG_HIGH_RES_TIMERS) enables POSIX
timers and nanosleep() to be as accurate as the hardware allows (around
1usec on typical hardware). this feature is transparent - if enabled it
just makes these timers much more accurate than the current HZ
resolution. It is based on the Generic Time Of Day patchset from John
Stultz and it in essence finishes what we started with the
kernel/hrtimers.c code in 2.6.16.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-05-2007 #3Just Joined!
- Join Date
- May 2007
- Posts
- 6
Copy that. And is that means that so called Hi-Res timers is something like a High-Resolution Timer, which provide us a more accurate clock.


Reply With Quote
