geopm 3.2.1.dev237+gbe30cff60
GEOPM - Global Extensible Open Power Manager
Loading...
Searching...
No Matches
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.
 
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.
 

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.