geopm
3.1.1.dev765+gcf85445d
GEOPM - Global Extensible Open Power Manager
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
e
g
h
l
m
p
s
u
Functions
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
c
e
f
h
m
n
p
r
s
t
v
Enumerations
Enumerator
h
l
m
Related Symbols
Files
File List
File Members
All
_
f
g
h
m
o
p
Functions
f
g
m
o
p
Enumerations
Enumerator
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
libgeopm
include
geopm
PlatformIOProf.hpp
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2015 - 2025 Intel Corporation
3
* SPDX-License-Identifier: BSD-3-Clause
4
*/
5
6
#ifndef PLATFORMIOPROF_HPP_INCLUDE
7
#define PLATFORMIOPROF_HPP_INCLUDE
8
9
#include <string>
10
11
#include "geopm_public.h"
12
13
namespace
geopm
14
{
15
class
PlatformIO;
16
class
GEOPM_PUBLIC
PlatformIOProf
{
17
public
:
18
static
PlatformIO &platform_io(
void
);
19
virtual
~PlatformIOProf
() =
default
;
20
private
:
21
GEOPM_PRIVATE
22
PlatformIOProf
();
23
void
GEOPM_PRIVATE
24
print_load_warning(
const
std::string &io_group_name,
25
const
std::string &what)
const
;
26
PlatformIO &m_platform_io;
27
};
16
class
GEOPM_PUBLIC
PlatformIOProf
{
…
};
28
}
29
30
#endif
geopm::PlatformIOProf
Definition
PlatformIOProf.hpp:16
geopm::PlatformIOProf::~PlatformIOProf
virtual ~PlatformIOProf()=default
geopm
Definition
Accumulator.cpp:12
Generated by
1.9.8