DDD 1.9.0.20250409152518
process.hpp
Go to the documentation of this file.
1#ifndef __PROCESS_H__
2#define __PROCESS_H__
3
4// for size_t
5#include <stddef.h>
6
7
8namespace process {
9
10 // rely on "times"
11 double getTotalTime ();
12
13 size_t getResidentMemory () ;
14
15}
16
17#endif
Definition process.cpp:37
size_t getResidentMemory()
in Bytes
Definition process.cpp:120
double getTotalTime()
Definition process.cpp:52

Please comment this page and report errors about it on the RefDocComments page.
Generated on Wed Apr 9 2025 15:27:42 for DDD by doxygen 1.9.8