| 41 | } |
| 42 | |
| 43 | void Sc::SimStats::clear() |
| 44 | { |
| 45 | #if PX_ENABLE_SIM_STATS |
| 46 | PxMemZero(const_cast<void*>(reinterpret_cast<volatile void*>(&numTriggerPairs)), sizeof(TriggerPairCounts)); |
| 47 | numBroadPhaseAddsPending = numBroadPhaseRemovesPending = 0; |
| 48 | #endif |
| 49 | } |
| 50 | |
| 51 | void Sc::SimStats::simStart() |
| 52 | { |
no test coverage detected