MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / simStart

Method simStart

physx/source/simulationcontroller/src/ScSimStats.cpp:51–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void Sc::SimStats::simStart()
52{
53#if PX_ENABLE_SIM_STATS
54 // pending broadphase adds/removes are now the current ones
55 numBroadPhaseAdds = numBroadPhaseAddsPending;
56 numBroadPhaseRemoves = numBroadPhaseRemovesPending;
57 clear();
58#endif
59}
60
61void Sc::SimStats::readOut(PxSimulationStatistics& s, const PxvSimStats& simStats) const
62{

Callers 1

collideStepMethod · 0.80

Calls 1

clearFunction · 0.50

Tested by

no test coverage detected