Can I profile GPU utilization with a period shorter than 1/6 sec?

I want to monitor the utilization of GPU, and the behavior I want to observe has a period around 200ms.
The nvmlDeviceGetUtilizationRates cannot fit my requirement because the limited period 1/6sec.
However, according to some papers, they can observe detail within 166ms.

I want to know if there are tools or APIs can get finer profiling result?