|
geopm 3.2.1.dev237+gbe30cff60
GEOPM - Global Extensible Open Power Manager
|
#include "SSTFrequencyLimitDetector.hpp"#include <algorithm>#include <cmath>#include <iterator>#include "geopm/Exception.hpp"#include "geopm/Helper.hpp"#include "geopm/PlatformIO.hpp"#include "geopm/PlatformTopo.hpp"#include "geopm_debug.hpp"
Namespaces | |
| namespace | geopm |
Enumerations | |
| enum | geopm::Priorities_e { geopm::HIGH_PRIORITY = 0 , geopm::MEDIUM_HIGH_PRIORITY = 1 , geopm::MEDIUM_LOW_PRIORITY = 2 , geopm::LOW_PRIORITY = 3 } |