DDD  1.9.0.20240826145154
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 
8 namespace 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 Mon Aug 26 2024 14:54:00 for DDD by doxygen 1.9.1