CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
edm::service::ProcInfo Struct Reference

#include <ProcInfoFetcher.h>

Public Member Functions

bool operator== (const ProcInfo &p) const
 
bool operator> (const ProcInfo &p) const
 
 ProcInfo ()
 
 ProcInfo (double sz, double rss_sz)
 

Public Attributes

double rss
 
double vsize
 

Detailed Description

Definition at line 28 of file ProcInfoFetcher.h.

Constructor & Destructor Documentation

edm::service::ProcInfo::ProcInfo ( )
inline

Definition at line 30 of file ProcInfoFetcher.h.

edm::service::ProcInfo::ProcInfo ( double  sz,
double  rss_sz 
)
inline

Definition at line 31 of file ProcInfoFetcher.h.

31 : vsize(sz),rss(rss_sz) {}

Member Function Documentation

bool edm::service::ProcInfo::operator== ( const ProcInfo p) const
inline

Definition at line 33 of file ProcInfoFetcher.h.

References rss, and vsize.

bool edm::service::ProcInfo::operator> ( const ProcInfo p) const
inline

Definition at line 36 of file ProcInfoFetcher.h.

References rss, and vsize.

Member Data Documentation

double edm::service::ProcInfo::rss
double edm::service::ProcInfo::vsize