Appropriate time and place to call Jetson tx2 /jetson_clocks.sh

This may seem like a stupid question, but I’m just trying to hunt down some performance issues:
Setup:

  • We are calling the jetson_clock.sh script via terminal to max out the clock speed like so

sudo -E nvpmodel -m 0
sudo -E /home/nvidia/jetson_clocks.sh

  • We then run our camera application which relies on a camera service that was already started up when the TX2 booted (before the clock script was called)

Questions:

  • Does calling the clock script after the camera service boots up decrease the effectiveness of the clock speed increase on our camera application?
  • Should we be calling the clock script before the camera service starts?

I’m guessing it doesn’t matter but I would like to get a second opinion

Thanks!

You can boost the clock right after starting the camera APP.