MCPcopy Create free account
hub / github.com/TASEmulators/fceux / ResetDebugStatisticsDeltaCounters

Function ResetDebugStatisticsDeltaCounters

src/debug.cpp:626–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624 total_instructions = delta_instructions = 0;
625}
626void ResetDebugStatisticsDeltaCounters()
627{
628 delta_cycles_base = timestampbase + (uint64)timestamp;
629 delta_instructions = 0;
630}
631void IncrementInstructionsCounters()
632{
633 total_instructions++;

Callers 3

FCEUD_DebugBreakpointFunction · 0.85
FCEUD_DebugBreakpointFunction · 0.85
resetDeltasMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected