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

Function CmdBenchmark

source/Debugger/Debug.cpp:765–773  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

763
764//===========================================================================
765Update_t CmdBenchmark (int nArgs)
766{
767 if (g_bBenchmarking)
768 CmdBenchmarkStart(0);
769 else
770 CmdBenchmarkStop(0);
771
772 return UPDATE_ALL; // TODO/FIXME Verify
773}
774
775//===========================================================================
776Update_t CmdBenchmarkStart (int nArgs)

Callers

nothing calls this directly

Calls 2

CmdBenchmarkStartFunction · 0.85
CmdBenchmarkStopFunction · 0.85

Tested by

no test coverage detected