geopm
3.1.1.dev272+gdfb40a8d
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. More... | |
int GEOPM_PUBLIC | geopm_imbalancer_enter (void) |
Sets the entry time for the imbalanced region. More... | |
int GEOPM_PUBLIC | geopm_imbalancer_exit (void) |
Spins until the region has been extended by the previously specified delay. More... | |
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.