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

Function dStopwatchStop

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

Source from the content-addressed store, hash-verified

235
236
237void dStopwatchStop (dStopwatch *s)
238{
239 unsigned long cc[2];
240 serialize();
241 getClockCount (cc);
242 double t1 = loadClockCount (s->cc);
243 double t2 = loadClockCount (cc);
244 s->time += t2-t1;
245}
246
247
248double dStopwatchTime (dStopwatch *s)

Callers 1

dTestSolveLCPFunction · 0.85

Calls 3

serializeFunction · 0.85
getClockCountFunction · 0.85
loadClockCountFunction · 0.85

Tested by

no test coverage detected