• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Can some explain why Windows timing is so bad?

Stiganator

Platinum Member
Why is it that Linux and OS X can do it correctly, but Windows cannot?

I've run into it with programs too.

Matlab filter on Windows : 4.83 sec (really 44 seconds)

Matlab filter on OS X : 44 secs (really 44 secs)
 
It's just an estimate, there's no way to tell what the computer is going to be doing or what the user will ask the computer to do in the near future. Sure there might be a different way to guess, but for the most part guessing when something will be done is usually based on the current rate that the job is being done.

What you might be seeing is that a different OS assigns a different priority to certain tasks. If a task has a high priority then the guesswork should be more accurate due to less time yielded to other tasks/processes and worse if it has a lower priority.
 
Back
Top