I have an application that depends on the timer for calculating speeds, and I've noticed that what I'm seeing is a little off. I decided to do a simple test by doing "sleep 30" in my linux environment using the provided kernel, and the processor actually sleeps for somewhere around 35-36 seconds. The discrepancy increases as the time increases. Is there a way to fix this?
Thanks