\brief Get the profiler. \see IProfiler setProfiler()
| 2638 | //! \see IProfiler setProfiler() |
| 2639 | //! |
| 2640 | IProfiler* getProfiler() const noexcept |
| 2641 | { |
| 2642 | return mImpl->getProfiler(); |
| 2643 | } |
| 2644 | |
| 2645 | //! |
| 2646 | //! \brief Get the associated engine. |
no outgoing calls
no test coverage detected