Search
lxdream.org :: lxdream/test/timer.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/timer.h
changeset 225:e5cea6125580
next262:bc96e0b79308
author nkeynes
date Tue Sep 26 11:05:38 2006 +0000 (17 years ago)
permissions -rw-r--r--
last change Add BT, BT/S, CMP/EQ, CMP/GE, CMP/GT, CMP/HI, CMP/HS tests
Add general slot-illegal exception test
file annotate diff log raw
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/test/timer.h Tue Sep 26 11:05:38 2006 +0000
1.3 @@ -0,0 +1,5 @@
1.4 +
1.5 +void timer_start();
1.6 +long timer_gettime();
1.7 +long timer_stop();
1.8 +long timer_to_microsecs( long value );
.