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

Function dTimerEnd

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

Source from the content-addressed store, hash-verified

304
305
306void dTimerEnd()
307{
308 if (num < MAXNUM) {
309 serialize();
310 getClockCount (event[num].cc);
311 event[num].description = "TOTAL";
312 num++;
313 }
314}
315
316//****************************************************************************
317// print report

Callers 5

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

Calls 2

serializeFunction · 0.85
getClockCountFunction · 0.85

Tested by

no test coverage detected