Search
lxdream.org :: lxdream/test/timer.h
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
nkeynes@225
     1
nkeynes@225
     2
void timer_start();
nkeynes@225
     3
long timer_gettime();
nkeynes@225
     4
long timer_stop();
nkeynes@225
     5
long timer_to_microsecs( long value );
.