Advertisement
Guest User

Untitled

a guest
Aug 19th, 2022
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. This XML file does not appear to have any style information associated with it. The document tree is shown below.
  2. <!--
  3. Specifies the order of compensation to cool CPU only.
  4. There is a default already implemented in the code, but
  5. this file can be used to change order
  6.  
  7. The Following cooling device can present
  8. -->
  9. <CoolingDeviceOrder>
  10. <!-- Specify Cooling device order -->
  11. <CoolingDevice>rapl_controller</CoolingDevice>
  12. <CoolingDevice>intel_pstate</CoolingDevice>
  13. <CoolingDevice>intel_powerclamp</CoolingDevice>
  14. <CoolingDevice>cpufreq</CoolingDevice>
  15. <CoolingDevice>Processor</CoolingDevice>
  16. </CoolingDeviceOrder>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement