Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ BfpSystem_GetCPUTick
Function
BfpSystem_GetCPUTick
BeefySysLib/platform/win/Platform.cpp:1191–1194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1189
}
1190
1191
BFP_EXPORT int64 BFP_CALLTYPE BfpSystem_GetCPUTick()
1192
{
1193
return __rdtsc();
1194
}
1195
1196
BFP_EXPORT int64 BFP_CALLTYPE BfpSystem_GetCPUTickFreq()
1197
{
Callers
1
GetTimestamp
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected