Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpmanson/ofxmsatimer
Memo Atken's openFrameworks precise timer class from MSALibs with Windows support.
https://github.com/jpmanson/ofxmsatimer
Last synced: 25 days ago
JSON representation
Memo Atken's openFrameworks precise timer class from MSALibs with Windows support.
- Host: GitHub
- URL: https://github.com/jpmanson/ofxmsatimer
- Owner: jpmanson
- Created: 2012-06-11T13:21:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-11T13:40:53.000Z (over 12 years ago)
- Last Synced: 2024-11-05T21:21:39.174Z (2 months ago)
- Homepage:
- Size: 136 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ofxMSATimer
===========Memo Atken's precise timer class from MSALibs but with Windows support
Uses Windows API QueryPerformanceCounter:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms644905(v=vs.85).aspxQueryPerformanceCounter retrieves the frequency of the high-resolution performance counter, if one exists. If the installed hardware supports a high-resolution performance counter, the return value is nonzero.