procInfo Struct Reference
#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.
00017 {
00018 #ifdef __ICC
00019
00020 #pragma warning(push)
00021 #pragma warning(disable:1572)
00022 #endif
00023
00024 return vsize==p.vsize && rss==p.rss;
00025
00026 #ifdef __ICC
00027
00028 #pragma warning(pop)
00029 #endif
00030 }
Member Data Documentation
The documentation for this struct was generated from the following file:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v22r0/GaudiAud/src/ProcStats.h