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

Method StartRecording

BeefySysLib/util/PerfTimer.cpp:207–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void PerfManager::StartRecording()
208{
209#ifdef PERF_WANTS_THREAD_CHECK
210 mOwningThreadId = BfpThread_GetCurrentId();
211#endif
212
213 mRecording = true;
214 Clear();
215 NextFrame();
216}
217
218void PerfManager::StopRecording(bool dbgPrint)
219{

Callers 7

ProcessMethod · 0.80
PerfTimer_StartRecordingFunction · 0.80
BfSystem_StartTimingFunction · 0.80
BlContextMethod · 0.80
ClassifyMethod · 0.80
AutocompleteMethod · 0.80

Calls 2

ClearFunction · 0.85
BfpThread_GetCurrentIdFunction · 0.50

Tested by

no test coverage detected