MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / ~ProfileNode

Method ~ProfileNode

src/utils/Profiler.cpp:46–50  ·  view source on GitHub ↗

Destructor

Source from the content-addressed store, hash-verified

44
45// Destructor
46ProfileNode::~ProfileNode() {
47
48 delete mChildNode;
49 delete mSiblingNode;
50}
51
52// Return a pointer to a sub node with a given name
53ProfileNode* ProfileNode::findSubNode(const char* name) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected