Obtaining GPU utilization of each process on Tegra TX2

I am currently using Nvidia Tegra TX2 board, and I have to obtain GPU utilization rate for each process . Although it’s been implemented by nvml library, the nvml library itself is not supported on Tegra series. Is there any other way to obtain such data?

You cannot directly access the profiler interface, you should use the Nsight front end. Using Nsight it should be possible to get GPU usage at a per process granularity.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.