Skip to content
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.

cpu dvfs

Maxime Colmant edited this page Jun 11, 2015 · 4 revisions

Details

This module uses the TDP and TDP factor parameters from procfs-cpu-simple module.

You can use this module by using the given companion object: CpuDvfsModule .

Configuration

Frequencies/Voltage

  • Map of frequencies and their associated voltages.
  • Default value : Map[Int, Double]()

Example

powerapi.cpu.frequencies = [
	{ value = 1800002, voltage = 1.31 }
	{ value = 2100002, voltage = 1.41 }
	{ value = 2400003, voltage = 1.5 }
]