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 Dec 12 09:20:25 2006 +0000 (17 years ago)
permissions -rw-r--r--
last change Add a couple of performance hacks:
1. Simplify sh4_run_slice for the usual case (no breakpoints)
2. Cache the last-read instruction page, massively speeding up instruction fetch
view annotate diff log raw
     2 void timer_start();
     3 long timer_gettime();
     4 long timer_stop();
     5 long timer_to_microsecs( long value );
.