geopm  3.1.1.dev214+gba4f9f6d
GEOPM - Global Extensible Open Power Manager
Functions
geopm_imbalancer.h File Reference
#include "geopm_public.h"
Include dependency graph for geopm_imbalancer.h:
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ geopm_imbalancer_enter()

int GEOPM_PUBLIC geopm_imbalancer_enter ( void  )

Sets the entry time for the imbalanced region.

◆ geopm_imbalancer_exit()

int GEOPM_PUBLIC geopm_imbalancer_exit ( void  )

Spins until the region has been extended by the previously specified delay.

◆ geopm_imbalancer_frac()

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.