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

Method Start

IDEHelper/Profiler.cpp:442–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442void DbgProfiler::Start()
443{
444 BF_ASSERT(!mIsRunning);
445
446 mNeedsProcessing = true;
447 mIsRunning = true;
448 auto thread = BfpThread_Create(ThreadProcThunk, (void*)this, 128 * 1024, BfpThreadCreateFlag_StackSizeReserve);
449 BfpThread_Release(thread);
450}
451
452void DbgProfiler::Stop()
453{

Callers 2

CheckNonDebuggerBreakMethod · 0.45

Calls 1

BfpThread_ReleaseFunction · 0.50

Tested by

no test coverage detected