geopm
3.1.1.dev272+gdfb40a8d
GEOPM - Global Extensible Open Power Manager
|
#include <unistd.h>
#include <string>
#include <string.h>
#include <fstream>
#include "geopm/Exception.hpp"
#include "geopm/Helper.hpp"
#include "geopm_time.h"
#include "geopm_imbalancer.h"
Classes | |
class | Imbalancer |
Macros | |
#define | HOST_GEOPM_NAME_MAX 255 |
Functions | |
int | geopm_imbalancer_frac (double delay_frac) |
Used to set a delay frac that will sleep for the given fraction of the region runtime. More... | |
int | geopm_imbalancer_enter (void) |
Sets the entry time for the imbalanced region. More... | |
int | geopm_imbalancer_exit (void) |
Spins until the region has been extended by the previously specified delay. More... | |
#define HOST_GEOPM_NAME_MAX 255 |
int geopm_imbalancer_enter | ( | void | ) |
Sets the entry time for the imbalanced region.
int geopm_imbalancer_exit | ( | void | ) |
Spins until the region has been extended by the previously specified delay.
int geopm_imbalancer_frac | ( | double | delay_frac | ) |
Used to set a delay frac that will sleep for the given fraction of the region runtime.