filename | test/timer.h |
changeset | 225:e5cea6125580 |
next | 262:bc96e0b79308 |
author | nkeynes |
date | Fri Dec 29 00:24:43 2006 +0000 (14 years ago) |
permissions | -rw-r--r-- |
last change | Limit number of sectors read at once (linux driver seems to throw a hissy fit if you request too many at a time) |
view | annotate | diff | log | raw |
2 void timer_start();
3 long timer_gettime();
4 long timer_stop();
5 long timer_to_microsecs( long value );
.