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

cpu dvfs

Loïc Huertas edited this page May 26, 2015 · 4 revisions

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

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 }
]
Clone this wiki locally