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

Function dStopwatchStart

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

Source from the content-addressed store, hash-verified

228
229
230void dStopwatchStart (dStopwatch *s)
231{
232 serialize();
233 getClockCount (s->cc);
234}
235
236
237void dStopwatchStop (dStopwatch *s)

Callers 1

dTestSolveLCPFunction · 0.85

Calls 2

serializeFunction · 0.85
getClockCountFunction · 0.85

Tested by

no test coverage detected