view linux/timer.h @ 4718:c70b0c4b85f5

avoid allocating a dummy scaler as debug/info messages will only be printed for the first allocated scaler unless -v -v is used
author michael
date Fri, 15 Feb 2002 22:31:10 +0000
parents 7bb8f7905000
children df50da00260a
line wrap: on
line source


void InitTimer();
unsigned int GetTimer();
unsigned int GetTimerMS();
//int uGetTimer();
float GetRelativeTime();

int usec_sleep(int usec_delay);