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

Method end

examples/MultiThreadedDemo/CommonRigidBodyMTBase.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 mRecords[rt].begin(mClock.getTimeMicroseconds());
105 }
106 void end(RecordType rt)
107 {
108 mRecords[rt].end(mClock.getTimeMicroseconds());
109 }
110 float getAverageTime(RecordType rt) const
111 {
112 return mRecords[rt].getAverageTime();

Callers 2

~ProfileHelperMethod · 0.45
profileEndCallbackFunction · 0.45

Calls 1

getTimeMicrosecondsMethod · 0.45

Tested by

no test coverage detected