Tegra X1 (compute capability 5) GPU Profiling

I have a Tegra X1 with compute capability 5, and to my knowledge, this means that system profiling is not supported when using nvprof! This is verified by running nvprof on my application with --print-gpu-trace --system-profiling on


How can I measure the power utilization of this device?

Hi,

Some feature in nvprof are not supported on the Jetson device due to iGPU environment.
For thermal profiling, would you mind to check this wiki first?
https://elinux.org/Jetson/Thermal

Thanks.