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 Thu Feb 14 13:54:11 2008 +0000 (16 years ago)
branchlxdream-render
permissions -rw-r--r--
last change Commit render work in progress. Main changes:
* Preliminary OSMesa support
* Move the generic gl code out to pvr2/
* Implement scene data structure + reader
* Remove the 1/z adjustments
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 );
.