|
geopm 3.2.1.dev237+gbe30cff60
GEOPM - Global Extensible Open Power Manager
|
#include "geopm_public.h"

Go to the source code of this file.
Functions | |
| int GEOPM_PUBLIC | geopm_imbalancer_frac (double frac) |
| Used to set a delay frac that will sleep for the given fraction of the region runtime. | |
| int GEOPM_PUBLIC | geopm_imbalancer_enter (void) |
| Sets the entry time for the imbalanced region. | |
| int GEOPM_PUBLIC | geopm_imbalancer_exit (void) |
| Spins until the region has been extended by the previously specified delay. | |
| int GEOPM_PUBLIC geopm_imbalancer_enter | ( | void | ) |
Sets the entry time for the imbalanced region.
| int GEOPM_PUBLIC geopm_imbalancer_exit | ( | void | ) |
Spins until the region has been extended by the previously specified delay.
| int GEOPM_PUBLIC geopm_imbalancer_frac | ( | double | frac | ) |
Used to set a delay frac that will sleep for the given fraction of the region runtime.