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

Method getProfiler

include/reactphysics3d/engine/PhysicsWorld.h:573–575  ·  view source on GitHub ↗

Return a pointer to the profiler * @return A pointer to the profiler */

Source from the content-addressed store, hash-verified

571 * @return A pointer to the profiler
572 */
573RP3D_FORCE_INLINE Profiler* PhysicsWorld::getProfiler() {
574 return mProfiler;
575}
576
577#endif
578

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected