|
libdvfs
2.0
A light library to set CPU governor and freqency
|
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. | |
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.
1.8.9.1