MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / destroyProfiler

Method destroyProfiler

src/engine/PhysicsCommon.cpp:825–830  ·  view source on GitHub ↗

Destroy a profiler

Source from the content-addressed store, hash-verified

823
824// Destroy a profiler
825void PhysicsCommon::destroyProfiler(Profiler* profiler) {
826
827 deleteProfiler(profiler);
828
829 mProfilers.remove(profiler);
830}
831
832// Delete a profiler
833void PhysicsCommon::deleteProfiler(Profiler* profiler) {

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected