libdvfs  2.0
A light library to set CPU governor and freqency
Data Fields
dvfs_unit Struct Reference

A DVFS unit. More...

Data Fields

unsigned int id
 Unit id as described in the dvfs_context structure.
 
unsigned int nb_cores
 Number of cores in the unit.
 
dvfs_core ** cores
 Cores in the unit.
 

Detailed Description

A DVFS unit.

In order to understand what it is, the reader must understand that several CPU models do not allow one to set different frequencies for the CPU cores. Thus, the cores are groupped in DVFS units for which a single frequency can be applied.

See also
dvfs_core()

The documentation for this struct was generated from the following file: