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

Method resetCounters

src/drivers/Qt/ConsoleDebugger.cpp:8146–8157  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

8144}
8145//----------------------------------------------------------------------------
8146void DebugBreakOnDialog::resetCounters(void)
8147{
8148 ResetDebugStatisticsCounters();
8149
8150 if ( dbgWin )
8151 {
8152 dbgWin->updateRegisterView();
8153 }
8154 setThreshold(0);
8155 updateCurrent();
8156 updateLabel();
8157}
8158//----------------------------------------------------------------------------
8159void DebugBreakOnDialog::resetDeltas(void)
8160{

Callers

nothing calls this directly

Calls 2

updateRegisterViewMethod · 0.45

Tested by

no test coverage detected