MCPcopy 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
101public:
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

ProfileHelperMethod · 0.45
profileBeginCallbackFunction · 0.45

Calls 1

getTimeMicrosecondsMethod · 0.45

Tested by

no test coverage detected