Skip to main content

History: -QueryPerformanceCounter

Preview of version: 1

Todo on this page:

  • add useful forum links (e.g. with code snippets)

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | 0-9



The QueryPerformanceCounter is the most precise time stamp counter on Windows systems.

It's useful e.g. for FPS calculations.

Notes:

  • The value of QueryPerformanceFrequency never changes, while a system is running.
  • Aware: It's possible that QueryPerformanceFrequency returns 0 on some hardware systems.
  • Aware: The difference between an older and a newer value of the QueryPerformanceCounter can be negative. (This can happen when the thread moves from one CPU core to an other.)



See also:


History

Information Version
Fri 13 of Aug, 2010 20:27 GMT-0000 Beauty corrected wrong URL + added 1 new link 4
Fri 13 of Aug, 2010 20:17 GMT-0000 Beauty added quote of a forum post 3
Fri 13 of Aug, 2010 18:57 GMT-0000 Beauty 2
Fri 13 of Aug, 2010 18:52 GMT-0000 Beauty NEW PAGE - information and useful links 1