Hi, community!
I was testing how much the GPU utilization on jetson nano changes as I send frames to it at different FPS. I used the file /sys/devices/gpu.0/load
to get the GPU utilization at every millisecond. I found some patterns while running at 15, 30 FPS and wanted to know more about it. The following graph shows %usage vs time in milliseconds at 15 FPS.
I suspect that patterns are due to some GPU governer that Jetson Nano employees. What do you guys think?