Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ startHighResolutionTimer
Function
startHighResolutionTimer
Engine/source/platform/profiler.cpp:70–73 ·
view source on GitHub ↗
platform specific get hires times...
Source
from the content-addressed store, hash-verified
68
69
// platform specific get hires times...
70
void startHighResolutionTimer(U64 &time)
71
{
72
QueryPerformanceCounter((LARGE_INTEGER*)&time);
73
}
74
75
F64 endHighResolutionTimer(U64 time)
76
{
Callers
2
hashPush
Method · 0.85
hashPop
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected