#include <ProcStats.h>
List of all members.
Detailed Description
Definition at line 12 of file ProcStats.h.
Constructor & Destructor Documentation
| procInfo::procInfo |
( |
) |
[inline] |
| procInfo::procInfo |
( |
double |
sz, |
|
|
double |
rss_sz |
|
) |
| [inline] |
Member Function Documentation
| bool procInfo::operator== |
( |
const procInfo & |
p ) |
const [inline] |
Definition at line 17 of file ProcStats.h.
{
#ifdef __ICC
#pragma warning(push)
#pragma warning(disable:1572)
#endif
return vsize==p.vsize && rss==p.rss;
#ifdef __ICC
#pragma warning(pop)
#endif
}
Member Data Documentation
The documentation for this struct was generated from the following file:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v23r2/GaudiAud/src/ProcStats.h