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

Method PopProfiler

IDEHelper/WinDebugger.cpp:1659–1667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1657}
1658
1659Profiler* WinDebugger::PopProfiler()
1660{
1661 AutoCrit autoCrit(mDebugManager->mCritSect);
1662 if (mNewProfilerList.IsEmpty())
1663 return NULL;
1664 auto profiler = (DbgProfiler*)mNewProfilerList[0];
1665 mNewProfilerList.erase(mNewProfilerList.begin());
1666 return profiler;
1667}
1668
1669void WinDebugger::AddProfiler(DbgProfiler * profiler)
1670{

Callers 1

Calls 3

IsEmptyMethod · 0.45
eraseMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected