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

Method destroy

include/reactphysics3d/utils/Profiler.h:508–510  ·  view source on GitHub ↗

Destroy the profiler (release the memory)

Source from the content-addressed store, hash-verified

506
507// Destroy the profiler (release the memory)
508RP3D_FORCE_INLINE void Profiler::destroy() {
509 mRootNode.destroy();
510}
511
512}
513

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected