Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
471
BF_EXPORT int BF_CALLTYPE PerfTimer_IsRecording()
472
{
473
return gPerfManager->IsRecording() ? 1 : 0;
474
}
475
476
BF_EXPORT void BF_CALLTYPE PerfTimer_StartRecording()
477
{
Callers
nothing calls this directly
Calls
1
IsRecording
Method · 0.80
Tested by
no test coverage detected