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 Wed Sep 27 10:21:34 2006 +0000 (17 years ago)
permissions -rw-r--r--
last change Add user mode/system mode switch
Add undefined instruction tests
view annotate diff log raw
     2 void timer_start();
     3 long timer_gettime();
     4 long timer_stop();
     5 long timer_to_microsecs( long value );
.