MCPcopy Create free account
hub / github.com/beefytech/Beef / Stop

Method Stop

IDEHelper/Profiler.cpp:452–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452void DbgProfiler::Stop()
453{
454 mShutdownEvent.Set();
455 while (mIsRunning)
456 BfpThread_Yield();
457
458 //Process();
459}
460
461void DbgProfiler::Clear()
462{

Callers 3

Profiler_StopFunction · 0.45
DetachMethod · 0.45
CheckNonDebuggerBreakMethod · 0.45

Calls 2

BfpThread_YieldFunction · 0.50
SetMethod · 0.45

Tested by

no test coverage detected