mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-12 05:31:51 +00:00
* rename get_size to axes_rank and move axes buffer to axes.hpp * added fill experiments * faster and simpler fill_impl * faster specializations for linearize_value
3 lines
109 B
Bash
Executable File
3 lines
109 B
Bash
Executable File
#/bin/bash
|
|
for cpu in /sys/devices/system/cpu/cpu? ; do echo powersave > $cpu/cpufreq/scaling_governor; done
|