I am trying to measure nvidia GPU utilization on Ubuntu, as explained in How to measure GPU usage? with results as accurate as possible. I set the nvidia-smi loop interval to 5 ms, and indeed I am getting about 200 samples a second. Unfortunately it seems that the nvidia-smi can only produce results in resolution of ~170ms (so for each such interval I'm getting about 35 samples which are exactly the same).
Is there any way to increase the nvidia-smi sampling resolution?