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

Method Call

examples/Utils/b3Quickprof.cpp:134–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void b3ProfileNode::Call(void)
135{
136 TotalCalls++;
137 if (RecursionCounter++ == 0)
138 {
139 b3Profile_Get_Ticks(&StartTime);
140 }
141}
142
143bool b3ProfileNode::Return(void)
144{

Callers 2

Start_ProfileMethod · 0.45
ResetMethod · 0.45

Calls 1

b3Profile_Get_TicksFunction · 0.85

Tested by

no test coverage detected