![]() |
Belle II Software light-2503-ceres
|
An internal struct to store pairs of memory usage and time. More...
Public Member Functions | |
| MemTime (unsigned long vm=0, unsigned long rssm=0, double t=0) | |
| Constructor with initialization of memory usage and time to zero. | |
Public Attributes | |
| unsigned long | virtualMem |
| virtual memory usage | |
| unsigned long | rssMem |
| rss memory usage | |
| double | time |
| execution time | |
An internal struct to store pairs of memory usage and time.
Definition at line 92 of file ProfileModule.h.
|
inline |
Constructor with initialization of memory usage and time to zero.
Definition at line 96 of file ProfileModule.h.
| unsigned long rssMem |
rss memory usage
Definition at line 98 of file ProfileModule.h.
| double time |
execution time
Definition at line 99 of file ProfileModule.h.
| unsigned long virtualMem |
virtual memory usage
Definition at line 97 of file ProfileModule.h.