MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / getProfiler

Method getProfiler

include/NvInferRuntime.h:2640–2643  ·  view source on GitHub ↗

\brief Get the profiler. \see IProfiler setProfiler()

Source from the content-addressed store, hash-verified

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

Callers 3

operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected