Search
lxdream.org :: lxdream/test/timer.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/timer.h
changeset 262:bc96e0b79308
prev225:e5cea6125580
author nkeynes
date Fri Dec 02 18:18:04 2011 +1000 (12 years ago)
permissions -rw-r--r--
last change SH4 shadow-mode tweaks
- Fix exceptions generated by the translator to account for the excepting
instruction(s) in the cycle counts.
- Compare floating point regs bitwise rather than with FP comparisons
(otherwise can fail due to nan != nan)
- Dump the translated block when we abort with an inconsistency
file annotate diff log raw
1.1 --- a/test/timer.h Wed Sep 20 09:52:32 2006 +0000
1.2 +++ b/test/timer.h Fri Dec 02 18:18:04 2011 +1000
1.3 @@ -1,5 +1,6 @@
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 );
1.9 +unsigned int timer_gettime();
1.10 +unsigned int timer_gettime_us();
1.11 +unsigned int timer_stop();
1.12 +unsigned int timer_to_microsecs( long value );
.