CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
edm::service::smapsInfo Struct Reference

Public Member Functions

bool operator== (const smapsInfo &p) const
 
bool operator> (const smapsInfo &p) const
 
 smapsInfo ()
 
 smapsInfo (double private_sz, double pss_sz)
 

Public Attributes

double private_
 
double pss_
 

Detailed Description

Definition at line 63 of file SimpleMemoryCheck.cc.

Constructor & Destructor Documentation

◆ smapsInfo() [1/2]

edm::service::smapsInfo::smapsInfo ( )
inline

Definition at line 64 of file SimpleMemoryCheck.cc.

◆ smapsInfo() [2/2]

edm::service::smapsInfo::smapsInfo ( double  private_sz,
double  pss_sz 
)
inline

Definition at line 65 of file SimpleMemoryCheck.cc.

65 : private_(private_sz), pss_(pss_sz) {}

Member Function Documentation

◆ operator==()

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

Definition at line 67 of file SimpleMemoryCheck.cc.

References AlCaHLTBitMon_ParallelJobs::p, private_, and pss_.

◆ operator>()

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

Member Data Documentation

◆ private_

double edm::service::smapsInfo::private_

Definition at line 71 of file SimpleMemoryCheck.cc.

Referenced by operator==(), and operator>().

◆ pss_

double edm::service::smapsInfo::pss_

Definition at line 72 of file SimpleMemoryCheck.cc.

Referenced by operator==(), and operator>().