Lines Matching +full:performance +full:- +full:affecting
1 .TH CPUPOWER\-SET "1" "22/02/2011" "" "cpupower Manual"
3 cpupower\-set \- Set processor power related kernel or hardware configurations
6 .B cpupower set [ \-b VAL | \-e POLICY | \-m MODE | \-t BOOL ]
11 registers affecting processor power saving policies.
15 described in the cpupower(1) manpage in the \-\-cpu option section. Whether an
24 \-\-perf-bias, \-b
27 its policy for the relative importance of performance versus energy savings to
30 The range of valid numbers is 0-15, where 0 is maximum
31 performance and 15 is maximum energy efficiency.
33 The processor uses this information in model-specific ways
34 when it must select trade-offs between performance and
37 This policy hint does not supersede Processor Performance states
38 (P-states) or CPU Idle power states (C-states), but allows
44 in the "turbo range" above the explicitly OS-controlled
45 P-state frequency range. It may also tell the hardware
46 how aggressively it should enter the OS requested C-states.
48 This option can be applied to individual cores only via the \-\-cpu option,
51 Setting the performance bias value on one CPU can modify the setting on
54 Use \fBcpupower -c all info -b\fP to verify.
60 \-\-epp, \-e
62 Sets the energy performance policy preference on supported Intel or AMD
63 processors which use the Intel or AMD P-State cpufreq driver respectively.
68 default performance balance_performance balance_power power
74 \-\-amd\-pstate\-mode, \-m
76 Sets the AMD P-State mode for supported AMD processors.
79 Refer to the AMD P-State kernel documentation for further information.
84 \-\-turbo\-boost, \-t
94 cpupower-info(1), cpupower-monitor(1), powertop(1)
98 \-\-perf\-bias parts written by Len Brown <len.brown@intel.com>