Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
134
void b3ProfileNode::Call(void)
135
{
136
TotalCalls++;
137
if (RecursionCounter++ == 0)
138
{
139
b3Profile_Get_Ticks(&StartTime);
140
}
141
}
142
143
bool b3ProfileNode::Return(void)
144
{
Callers
2
Start_Profile
Method · 0.45
Reset
Method · 0.45
Calls
1
b3Profile_Get_Ticks
Function · 0.85
Tested by
no test coverage detected