MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / Reset

Method Reset

examples/Utils/b3Quickprof.cpp:119–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void b3ProfileNode::Reset(void)
120{
121 TotalCalls = 0;
122 TotalTime = 0.0f;
123
124 if (Child)
125 {
126 Child->Reset();
127 }
128 if (Sibling)
129 {
130 Sibling->Reset();
131 }
132}
133
134void b3ProfileNode::Call(void)
135{

Callers 13

initPhysicsMethod · 0.45
ResetFunction · 0.45
computeIKMethod · 0.45
computeIK2Method · 0.45
resetSimulationMethod · 0.45
initPhysicsMethod · 0.45
initPhysicsMethod · 0.45
initPhysicsMethod · 0.45
initPhysicsMethod · 0.45
initPhysicsMethod · 0.45
initPhysicsMethod · 0.45

Calls 3

b3Profile_Get_TicksFunction · 0.85
resetMethod · 0.45
CallMethod · 0.45

Tested by

no test coverage detected