Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bulletphysics/bullet3
/ begin
Method
begin
examples/MultiThreadedDemo/CommonRigidBodyMTBase.cpp:102–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
101
public:
102
void begin(RecordType rt)
103
{
104
mRecords[rt].begin(mClock.getTimeMicroseconds());
105
}
106
void end(RecordType rt)
107
{
108
mRecords[rt].end(mClock.getTimeMicroseconds());
Callers
2
ProfileHelper
Method · 0.45
profileBeginCallback
Function · 0.45
Calls
1
getTimeMicroseconds
Method · 0.45
Tested by
no test coverage detected