Skip to content

Commit

Permalink
cpufreqctl: avoid boosting when measuring pstate frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDerumigny committed Nov 3, 2022
1 parent e9e89c0 commit 4cc0b88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tool/cpufreqctl
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ intel_pstate_info_frequencies ()

intel_pstate_info_current ()
{
sleep 0.01
for scaling_cur_freq in /sys/devices/system/cpu/cpufreq/policy*/scaling_cur_freq
do
cat "${scaling_cur_freq}" &
Expand Down

0 comments on commit 4cc0b88

Please sign in to comment.