MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / CmdBenchmarkStart

Function CmdBenchmarkStart

source/Debugger/Debug.cpp:776–783  ·  view source on GitHub ↗

===========================================================================

Source from the content-addressed store, hash-verified

774
775//===========================================================================
776Update_t CmdBenchmarkStart (int nArgs)
777{
778 CpuSetupBenchmark();
779 g_nDisasmCurAddress = regs.pc;
780 DisasmCalcTopBotAddress();
781 g_bBenchmarking = true;
782 return UPDATE_ALL; // 1;
783}
784
785//===========================================================================
786Update_t CmdBenchmarkStop (int nArgs)

Callers 1

CmdBenchmarkFunction · 0.85

Calls 2

CpuSetupBenchmarkFunction · 0.85
DisasmCalcTopBotAddressFunction · 0.85

Tested by

no test coverage detected