How to get the utilization of NVDLA

I’ll use to TensorRT with NVDLA on Jetson Xavier.

The utilization of Tensor Core can profile using nvprof.
So, I would like to know how to get the utilization of NVDLA.

Hi,

Please check Nsight System:
https://developer.nvidia.com/nsight-systems
>> SOC Accelerators trace

Thanks.

Thank you for your comment. I’ll try it.