6 #ifndef GEOPM_IMBALANCER_H_INCLUDE
7 #define GEOPM_IMBALANCER_H_INCLUDE
9 #include "geopm_public.h"
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.
Definition: Imbalancer.cpp:104
int GEOPM_PUBLIC geopm_imbalancer_enter(void)
Sets the entry time for the imbalanced region.
Definition: Imbalancer.cpp:116
int GEOPM_PUBLIC geopm_imbalancer_exit(void)
Spins until the region has been extended by the previously specified delay.
Definition: Imbalancer.cpp:128