profiling nvdec in nsight systems

I have an application that uses nvdec to decode h264 video streams and process them.
Is there a way to see the work done on nvdec in nsight systems.

Thanks

We do not currently have tracing of nvdec available as an option, although you could use the NVTX annotation library to wrap the calls in your code and view the data through NVTX tracing.

See [url]https://docs.nvidia.com/nsight-systems/index.html#nsight_systems/2018.3.0-x86/10-nvtx-trace.htm%3FTocPath%3D_____10[/url] for more information.