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

Function PerfTimer_IsRecording

BeefySysLib/util/PerfTimer.cpp:471–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471BF_EXPORT int BF_CALLTYPE PerfTimer_IsRecording()
472{
473 return gPerfManager->IsRecording() ? 1 : 0;
474}
475
476BF_EXPORT void BF_CALLTYPE PerfTimer_StartRecording()
477{

Callers

nothing calls this directly

Calls 1

IsRecordingMethod · 0.80

Tested by

no test coverage detected