Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
452
void DbgProfiler::Stop()
453
{
454
mShutdownEvent.Set();
455
while (mIsRunning)
456
BfpThread_Yield();
457
458
//Process();
459
}
460
461
void DbgProfiler::Clear()
462
{
Callers
3
Profiler_Stop
Function · 0.45
Detach
Method · 0.45
CheckNonDebuggerBreak
Method · 0.45
Calls
2
BfpThread_Yield
Function · 0.50
Set
Method · 0.45
Tested by
no test coverage detected