Advertisement

game timer under linux

Started by April 22, 2005 07:23 PM
1 comment, last by Null and Void 19 years, 4 months ago
hi, i am porting my game engine project from windows to linux, and I did not manage to find a good way to replace my QueryPerformanceCounter timer with something similar. does linux has support for high performance timer ? (i think it must but i did not find any docs on it) and what functions to use ? thanks for your help
Tchou kanaky ! tchou !
I believe gettimeofday is the standard high resolution timer, despite its name.
Advertisement
This is actually in the FAQ :).

This topic is closed to new replies.

Advertisement