MCPcopy 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...
70void startHighResolutionTimer(U64 &time)
71{
72 QueryPerformanceCounter((LARGE_INTEGER*)&time);
73}
74
75F64 endHighResolutionTimer(U64 time)
76{

Callers 2

hashPushMethod · 0.85
hashPopMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected