I am looking to do profiling using Nsight in Driveworks. I see from nvidia docs the following :
1.4. Built-In TensorRT Profiling
To dig deeper into the performance of inference, it requires more fine-grained timing measurements within the optimized network. The IExecutionContext interface class provides a method called setProfiler that allows you to write a custom class implementing the IProfiler interface.
I want to replicate something similar in Driveworks. So are there any alternatives to IExecutionContext/setProfiler in Driveworks which can help me in profiling?