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 Mon Mar 05 11:41:03 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Small cleanups:
Refactor the post-windowing setup into gl_init_driver() in video_gl.c
Move gl_sl.c into src/drivers and tidy up a bit.
Fix OS X compiling plugins with -mdynamic-no-pic
view annotate diff log raw
     2 void timer_start();
     3 unsigned int timer_gettime();
     4 unsigned int timer_gettime_us();
     5 unsigned int timer_stop();
     6 unsigned int timer_to_microsecs( long value );
.