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

Function ProfileLinePush

source/Debugger/Debug.cpp:8590–8598  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

8588
8589//===========================================================================
8590ProfileLine_t ProfileLinePush ()
8591{
8592 if (g_nProfileLine < NUM_PROFILE_LINES)
8593 {
8594 g_nProfileLine++;
8595 }
8596
8597 return ProfileLinePeek( g_nProfileLine );
8598}
8599
8600void ProfileLineReset ()
8601{

Callers 1

ProfileFormatFunction · 0.85

Calls 1

ProfileLinePeekFunction · 0.85

Tested by

no test coverage detected