Home
last modified time | relevance | path

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

/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/
H A Dprofile.c44 static libspectrum_dword profile_last_tstates; variable
68 profile_last_tstates = tstates; in init_profiling_counters()
90 if( tstates - profile_last_tstates > 256 ) fuse_abort(); in profile_map()
92 total_tstates[ profile_last_pc ] += tstates - profile_last_tstates; in profile_map()
95 profile_last_tstates = tstates; in profile_map()
101 profile_last_tstates -= frame_length; in profile_frame()
/dports/emulators/fuse/fuse-1.6.0/
H A Dprofile.c42 static libspectrum_dword profile_last_tstates; variable
77 profile_last_tstates = tstates; in init_profiling_counters()
99 total_tstates[ profile_last_pc ] += tstates - profile_last_tstates; in profile_map()
102 profile_last_tstates = tstates; in profile_map()
108 profile_last_tstates -= frame_length; in profile_frame()