Destroy the profiler (release the memory)
| 506 | |
| 507 | // Destroy the profiler (release the memory) |
| 508 | RP3D_FORCE_INLINE void Profiler::destroy() { |
| 509 | mRootNode.destroy(); |
| 510 | } |
| 511 | |
| 512 | } |
| 513 |
nothing calls this directly
no outgoing calls
no test coverage detected