Main Page
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
i
m
o
p
s
t
Functions
a
c
e
i
m
o
p
s
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
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
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
Functions
c
e
g
h
i
m
n
p
r
t
Variables
Typedefs
Macros
c
d
f
g
l
m
n
p
s
t
utils
printmemusage.cpp
Go to the documentation of this file.
1
#include "
gmapping/utils/printmemusage.h
"
2
3
namespace
GMapping
{
4
5
using namespace
std;
6
void
printmemusage
(){
7
pid_t pid=getpid();
8
char
procfilename[1000];
9
sprintf(procfilename,
"/proc/%d/status"
, pid);
10
ifstream
is
(procfilename);
11
string
line;
12
while
(
is
){
13
is
>> line;
14
if
(line==
"VmData:"
){
15
is
>> line;
16
cerr <<
"#VmData:\t"
<< line << endl;
17
}
18
if
(line==
"VmSize:"
){
19
is
>> line;
20
cerr <<
"#VmSize:\t"
<< line << endl;
21
}
22
23
}
24
}
25
26
};
27
GMapping::printmemusage
void UTILS_EXPORT printmemusage()
Definition:
printmemusage.cpp:6
is
ifstream is(argv[c])
GMapping
Definition:
configfile.cpp:34
printmemusage.h
openslam_gmapping
Author(s): Cyrill Stachniss, Udo Frese, Giorgio Grisetti, Wolfram Burgard
autogenerated on Thu Oct 19 2023 02:25:51