How to use Tegra Profiler?

Hi,

1.
Please get the root authority to enable CUDA profiling first.
For details, please check the following topic:

2.
If you want a profiler on the device, please try nvprof which is located at /usr/local/cuda-10.2/bin/.

Ex.

sudo /usr/local/cuda-10.2/bin/nvprof ./MyApp

Thanks.

1 Like