|
geopm 3.2.1.dev237+gbe30cff60
GEOPM - Global Extensible Open Power Manager
|
#include "geopm/Profile.hpp"#include <unistd.h>#include <string.h>#include "geopm_prof.h"#include "geopm/Exception.hpp"
Classes | |
| class | geopm::DefaultProfile |
Namespaces | |
| namespace | geopm |
Functions | |
| int | geopm_prof_region (const char *region_name, uint64_t hint, uint64_t *region_id) |
| int | geopm_prof_enter (uint64_t region_id) |
| int | geopm_prof_exit (uint64_t region_id) |
| int | geopm_prof_epoch (void) |
| int | geopm_prof_shutdown (void) |
| int | geopm_tprof_init (uint32_t num_work_unit) |
| int | geopm_tprof_post (void) |
| int | geopm_prof_overhead (double overhead_sec) |
| int geopm_prof_enter | ( | uint64_t | region_id | ) |
| int geopm_prof_epoch | ( | void | ) |
| int geopm_prof_exit | ( | uint64_t | region_id | ) |
| int geopm_prof_overhead | ( | double | overhead_sec | ) |
| int geopm_prof_region | ( | const char * | region_name, |
| uint64_t | hint, | ||
| uint64_t * | region_id | ||
| ) |
| int geopm_prof_shutdown | ( | void | ) |
| int geopm_tprof_init | ( | uint32_t | num_work_unit | ) |
| int geopm_tprof_post | ( | void | ) |