\brief Get timings of the last call to the `step` method.
| 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. |