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

Function dTimerResolution

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

Source from the content-addressed store, hash-verified

67
68
69double dTimerResolution()
70{
71 return 1.0/dTimerTicksPerSecond();
72}
73
74
75double dTimerTicksPerSecond()

Callers

nothing calls this directly

Calls 3

dTimerTicksPerSecondFunction · 0.85
getClockCountFunction · 0.85
loadClockCountFunction · 0.85

Tested by

no test coverage detected