Сижу на Убунте, измеряю время с помощью системного таймера, получаю сильную погрешность из-за того, что частота процессора меняется в зависимости от нагрузки.
Что делать?
$ sudo cpupower frequency-set -g performance
не дает желаемого результата,
$ sudo cpupower frequency-set -g userspace
дает ошибку:
Setting cpu: 0
Error setting new values. Common errors:
- Do you have proper administration rights? (super-user?)
- Is the governor you requested available and modprobed?
- Trying to set an invalid policy?
- Trying to set a specific frequency, but userspace governor is not available,
for example because of hardware which cannot be set to a specific frequency
or because the userspace governor isn't loaded?
из которой не совсем понятно, что делать (куда тыкать)