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

Function dStopwatchTime

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

Source from the content-addressed store, hash-verified

246
247
248double dStopwatchTime (dStopwatch *s)
249{
250 return s->time / dTimerTicksPerSecond();
251}
252
253//****************************************************************************
254// code timers

Callers 1

dTestSolveLCPFunction · 0.85

Calls 1

dTimerTicksPerSecondFunction · 0.85

Tested by

no test coverage detected