Hi,
I’ve written my code on a Jetson Xaviar NX and used nvprof to profile it.
However, I heard nvprof is deprecated and Nsight would be an alternative, and many tutorials describe how to debug Jetson programs with Nsight Eclipse Edition installed on a host Ubuntu machine.
The features of Nsight EE look good, so I want to use it.
Is an additional host (Ubuntu 18) machine needed for profiling cuda programs developed for/on Jetson using Nsight?(remote debugging is mandatory?)
Or is there any way to install Nsight tools and do that on a standalone Jetson?
Thanks