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

Function dTimerNow

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

Source from the content-addressed store, hash-verified

293
294
295void dTimerNow (const char *description)
296{
297 if (num < MAXNUM) {
298 // do not serialize
299 getClockCount (event[num].cc);
300 event[num].description = description;
301 num++;
302 }
303}
304
305
306void dTimerEnd()

Callers 7

dxQuickStepperFunction · 0.85
dInternalStepIsland_x1Function · 0.85
dInternalStepIsland_x2Function · 0.85
dInternalStepFastFunction · 0.85
dInternalStepIslandFastFunction · 0.85
processIslandsFastFunction · 0.85

Calls 1

getClockCountFunction · 0.85

Tested by

no test coverage detected