|
geopm
3.1.0
GEOPM - Global Extensible Open Power Manager
|
#include <stdlib.h>#include <stdio.h>#include <string.h>#include <unistd.h>#include <getopt.h>#include <errno.h>#include <cmath>#include <string>#include <stdexcept>#include <iostream>#include <iomanip>#include <vector>#include "geopm_version.h"#include "geopm_error.h"#include "geopm/PlatformIO.hpp"#include "geopm/PlatformTopo.hpp"#include "geopm/Exception.hpp"
Functions | |
| int | parse_domain_type (const std::string &dom) |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| int parse_domain_type | ( | const std::string & | dom | ) |