MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / loadClockCount

Function loadClockCount

3rd_party/Src/ode/ode/src/timer.cpp:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60static inline double loadClockCount (unsigned long cc[2])
61{
62 LARGE_INTEGER a;
63 a.LowPart = cc[0];
64 a.HighPart = cc[1];
65 return double(a.QuadPart);
66}
67
68
69double dTimerResolution()

Callers 3

dTimerResolutionFunction · 0.85
dStopwatchStopFunction · 0.85
dTimerReportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected