Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
476
BF_EXPORT void BF_CALLTYPE PerfTimer_StartRecording()
477
{
478
gPerfManager->StartRecording();
479
}
480
481
BF_EXPORT void BF_CALLTYPE PerfTimer_StopRecording()
482
{
Callers
nothing calls this directly
Calls
1
StartRecording
Method · 0.80
Tested by
no test coverage detected