Debug + profiler python application on Jetson Nano

I am developing python application on Jetson Nano. I want to debug and profile my app (with cpu and gpu support). I found that Nsight Eclipse does’t support Python and Nsight System can’t connect Jetson Nano via ssh. Anyone solve this problem, please help me.

Hi,

Did you give a try to nvprof or NVIDIA Visual Profiler? These tools support profiling on Jetson Nano.

Thanks @mjain , I will try NVIDIA Visual Profiler. nvprof did work but it doesn’t has GUI.