Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).aspx

QueryPerformanceCounter 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.