Belle II Software  release-08-01-10
ProfileModule::MemTime Struct Reference

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
 

Detailed Description

An internal struct to store pairs of memory usage and time.

Definition at line 89 of file ProfileModule.h.


The documentation for this struct was generated from the following file: