jvcleave / ofxMSATimer

Memo Atken's openFrameworks precise timer class from MSALibs with Windows support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Memo Atken's openFrameworks precise timer class from MSALibs with Windows support.