view linux/timer.h @ 4459:71b864031c3f

Alex! Never write bottlenecks, ok?
author nick
date Fri, 01 Feb 2002 10:20:00 +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);