Search
lxdream.org :: lxdream/test/timer.h
lxdream 0.9.1
released Jun 29
Download Now
filename test/timer.h
changeset 262:bc96e0b79308
prev225:e5cea6125580
author nkeynes
date Wed Oct 24 21:23:22 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Fix long standing texcache management bug (invalidate palette was not placing
the invalidated entries on the free list).
file annotate diff log raw
nkeynes@225
     1
nkeynes@225
     2
void timer_start();
nkeynes@262
     3
unsigned int timer_gettime();
nkeynes@262
     4
unsigned int timer_gettime_us();
nkeynes@262
     5
unsigned int timer_stop();
nkeynes@262
     6
unsigned int timer_to_microsecs( long value );
.