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

Function ResetInstructionsCounter

src/debug.cpp:622–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620 total_cycles_base = delta_cycles_base = timestampbase + (uint64)timestamp;
621}
622void ResetInstructionsCounter()
623{
624 total_instructions = delta_instructions = 0;
625}
626void ResetDebugStatisticsDeltaCounters()
627{
628 delta_cycles_base = timestampbase + (uint64)timestamp;

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected