Search
lxdream.org :: lxdream/src/sh4/sh4stat.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4stat.h
changeset 422:61a0598e07ff
prev387:38e9fddbf0e3
next561:533f6b478071
author nkeynes
date Thu Dec 20 09:56:07 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Fix immediate call to MMU_ldtlb (braino...)
file annotate diff log raw
1.1 --- a/src/sh4/sh4stat.h Tue Sep 18 08:58:23 2007 +0000
1.2 +++ b/src/sh4/sh4stat.h Thu Dec 20 09:56:07 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: sh4stat.h,v 1.1 2007-09-18 08:58:23 nkeynes Exp $
1.6 + * $Id: sh4stat.h,v 1.2 2007-10-06 09:03:24 nkeynes Exp $
1.7 *
1.8 * Support module for collecting instruction stats
1.9 *
1.10 @@ -54,3 +54,7 @@
1.11 I_UNDEF };
1.12
1.13 #define SH4_INSTRUCTION_COUNT I_UNDEF
1.14 +
1.15 +void sh4_stats_reset( void );
1.16 +void sh4_stats_print( FILE *out );
1.17 +void sh4_stats_add( uint32_t pc );
.