Home
last modified time | relevance | path

Searched refs:total_tstates (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/
H A Dprofile.c42 static int total_tstates[ 0x10000 ]; variable
74 memset( total_tstates, 0, sizeof( total_tstates ) ); in profile_start()
92 total_tstates[ profile_last_pc ] += tstates - profile_last_tstates; in profile_map()
127 if( !total_tstates[ i ] ) continue; in profile_finish()
129 fprintf( f, "0x%04lx,%d\n", (unsigned long)i, total_tstates[ i ] ); in profile_finish()
/dports/emulators/fuse/fuse-1.6.0/
H A Dprofile.c40 static int total_tstates[ 0x10000 ]; variable
83 memset( total_tstates, 0, sizeof( total_tstates ) ); in profile_start()
99 total_tstates[ profile_last_pc ] += tstates - profile_last_tstates; in profile_map()
134 if( !total_tstates[ i ] ) continue; in profile_finish()
136 fprintf( f, "0x%04lx,%d\n", (unsigned long)i, total_tstates[ i ] ); in profile_finish()