High Performance Timing Under Windows

“If you’re doing any kind of animation or running a process that needs to poll another process or a particular piece of hardware on a regular basis, you need an accurate timer. Depending on your application, the timer might need to be accurate to within one second, or within a fraction of a millisecond. If your timer’s resolution is too coarse or its margin of error is too large, your animations will appear jerky or uneven, and your program that’s collecting data from custom hardware will miss data or will fail altogether. Windows has two primary methods of measuring elapsed time, and two ways to provide periodic events.”

9 Comments

  1. 2006-11-26 9:34 pm
    • 2006-11-26 9:51 pm
      • 2006-11-27 7:14 am
      • 2006-11-28 7:16 pm
    • 2006-11-27 7:10 am
  2. 2006-11-26 11:07 pm
  3. 2006-11-27 5:33 pm
  4. 2006-11-28 10:51 pm