|
geopm 3.2.1.dev237+gbe30cff60
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. | |
| 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. | |
| #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.