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

Function dTimerStart

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

Source from the content-addressed store, hash-verified

283
284
285void dTimerStart (const char *description)
286{
287 initSlots();
288 event[0].description = description;
289 num = 1;
290 serialize();
291 getClockCount (event[0].cc);
292}
293
294
295void dTimerNow (const char *description)

Callers 5

dxQuickStepperFunction · 0.85
dInternalStepIsland_x1Function · 0.85
dInternalStepIsland_x2Function · 0.85
processIslandsFastFunction · 0.85
dxProcessIslandsFunction · 0.85

Calls 3

initSlotsFunction · 0.85
serializeFunction · 0.85
getClockCountFunction · 0.85

Tested by

no test coverage detected