Posts: 226
Threads: 2
Joined: Aug 2009
Reputation:
1
Jiffies is the interrupt timer. It's very coarse and cause timers to tick at 10ms regardless of HZ.
Posts: 307
Threads: 18
Joined: Jan 2009
Reputation:
1
00:33:50 CPU In Out Uptime Users FPS Players
2.50 0.00 0.00 533 0 996.02 0
I think thats a lie ^^
I did a lot of tests > but with the kernel i got only ~940 FPS (lenny/64bit).
Posts: 226
Threads: 2
Joined: Aug 2009
Reputation:
1
Incorrect. Jiffies *are* the timer interrupt. HZ=100 with jiffies doesn't mean anything because gettimeofday ticks at 10ms regardless of HZ with jiffies.
Posts: 6
Threads: 1
Joined: Mar 2009
Reputation:
0
all this jiffies talk is making me want a pb&j...
sorry back on topic, how do you know if your motherboard supports HPET? Does it have to be a bios option?
Posts: 1,033
Threads: 13
Joined: Oct 2008
Reputation:
11
Yes, somewhere in the advanced processor settings
Posts: 2,031
Threads: 27
Joined: Nov 2008
Reputation:
17
<offtopic>
@monk: please stop confusing everyone by mixing all things. jiffies are a kernel construct, timer interrupts are hardware. it can't be the same. and btw: before hrtimes, the timer interrupt was programmed to fire with HZ, that is the meaning of HZ. of course jiffies are derived of that interrupt (what else? w/o hrtimers there was no other clock source!). now we have hrtimers and the world is more complicated but more precise. Don't simplify things too much, they get wrong then. But I guess we can end this discussion by agreeing that jiffies are an out-dated construct existing only for compatibility (more or less).
</offtopic>