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

Function ResetCyclesCounter

src/debug.cpp:618–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616 ResetInstructionsCounter();
617}
618void ResetCyclesCounter()
619{
620 total_cycles_base = delta_cycles_base = timestampbase + (uint64)timestamp;
621}
622void ResetInstructionsCounter()
623{
624 total_instructions = delta_instructions = 0;

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected