MCPcopy Create free account
hub / github.com/Simple-Robotics/Simple / getStepCPUTimes

Method getStepCPUTimes

include/simple/core/simulator.hpp:224–227  ·  view source on GitHub ↗

\brief Get timings of the last call to the `step` method.

Source from the content-addressed store, hash-verified

222
223 /// \brief Get timings of the last call to the `step` method.
224 hpp::fcl::CPUTimes getStepCPUTimes() const
225 {
226 return this->m_step_timings;
227 }
228
229 /// \brief Get timings of the call to the constraint solver in the last call of `step`.
230 /// This timing is set to 0 if there was no constraints.

Callers 1

simulateSytemFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected