Loading [MathJax]/extensions/tex2jax.js
Thrill
0.1
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Variables
a
b
c
d
f
g
i
k
l
m
n
p
r
s
t
v
w
x
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Enumerations
+
Enumerator
c
d
h
i
m
s
t
w
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerations
+
Enumerator
a
b
c
d
f
m
n
o
p
r
s
t
v
w
+
Related Functions
o
p
s
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
+
Functions
b
c
d
f
g
h
j
l
m
o
p
r
s
t
u
w
Variables
Typedefs
+
Macros
_
a
b
c
d
f
h
i
l
m
o
p
s
t
u
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
linux_proc_stats.hpp
Go to the documentation of this file.
1
/*******************************************************************************
2
* thrill/common/linux_proc_stats.hpp
3
*
4
* A thread running a set of tasks scheduled at regular time intervals. Used in
5
* Thrill for creating profiles of CPU usage, memory, etc.
6
*
7
* Part of Project Thrill - http://project-thrill.org
8
*
9
* Copyright (C) 2016 Timo Bingmann <tb@panthema.net>
10
*
11
* All rights reserved. Published under the BSD-2 license in the LICENSE file.
12
******************************************************************************/
13
14
#pragma once
15
#ifndef THRILL_COMMON_LINUX_PROC_STATS_HEADER
16
#define THRILL_COMMON_LINUX_PROC_STATS_HEADER
17
18
namespace
thrill
{
19
namespace
common {
20
21
// forward declarations
22
class
JsonLogger;
23
class
ProfileThread;
24
25
//! launch profiler task
26
void
StartLinuxProcStatsProfiler
(ProfileThread& sched, JsonLogger& logger);
27
28
}
// namespace common
29
}
// namespace thrill
30
31
#endif // !THRILL_COMMON_LINUX_PROC_STATS_HEADER
32
33
/******************************************************************************/
thrill::common::StartLinuxProcStatsProfiler
void StartLinuxProcStatsProfiler(ProfileThread &, JsonLogger &)
launch profiler task
Definition:
linux_proc_stats.cpp:860
thrill
Definition:
action_node.hpp:21
thrill
common
linux_proc_stats.hpp
Generated on Mon Apr 6 2020 09:17:56 for Thrill by
1.8.13