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

Function ResetDebugStatisticsCounters

src/debug.cpp:613–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611DebuggerState &FCEUI_Debugger() { return dbgstate; }
612
613void ResetDebugStatisticsCounters()
614{
615 ResetCyclesCounter();
616 ResetInstructionsCounter();
617}
618void ResetCyclesCounter()
619{
620 total_cycles_base = delta_cycles_base = timestampbase + (uint64)timestamp;

Callers 14

PowerNESFunction · 0.85
debugger_getcyclescountFunction · 0.85
FCEUD_TraceInstructionFunction · 0.85
UpdateDebuggerFunction · 0.85
DebuggerCallBFunction · 0.85
resetCountersCBMethod · 0.85
updateRegisterViewMethod · 0.85
FCEUD_DebugBreakpointFunction · 0.85
DebugBreakOnDialogMethod · 0.85
updateCurrentMethod · 0.85
resetCountersMethod · 0.85
FCEUD_TraceInstructionFunction · 0.85

Calls 2

ResetCyclesCounterFunction · 0.85
ResetInstructionsCounterFunction · 0.85

Tested by

no test coverage detected