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

Function PerfTimer_StartRecording

BeefySysLib/util/PerfTimer.cpp:476–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476BF_EXPORT void BF_CALLTYPE PerfTimer_StartRecording()
477{
478 gPerfManager->StartRecording();
479}
480
481BF_EXPORT void BF_CALLTYPE PerfTimer_StopRecording()
482{

Callers

nothing calls this directly

Calls 1

StartRecordingMethod · 0.80

Tested by

no test coverage detected