Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanielChappuis/reactphysics3d
/ setProfiler
Method
setProfiler
include/reactphysics3d/systems/DynamicsSystem.h:117–119 ·
view source on GitHub ↗
Set the profiler
Source
from the content-addressed store, hash-verified
115
116
// Set the profiler
117
RP3D_FORCE_INLINE void DynamicsSystem::setProfiler(Profiler* profiler) {
118
mProfiler = profiler;
119
}
120
121
#endif
122
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected