![]() |
ATLAS Offline Software
|
#include <CoWRecordStats.h>
Public Types | |
| enum | ValueIdx { Size =0 , Rss =1 , Pss =2 , Shared_Clean =3 , Shared_Dirty =4 , Private_Clean =5 , Private_Dirty =6 , Referenced =7 , Anonymous =8 , AnonHugePages =9 , Swap =10 , KernelPageSize =11 , MMUPageSize =12 , Locked =13 , VmFlags =14 } |
Public Member Functions | |
| CoWRecordStats (bool summary=true) | |
| CoWRecordStats & | operator+= (const CoWRecordStats &rhs) |
| CoWRecordStats & | operator-= (const CoWRecordStats &rhs) |
| CoWRecordStats | operator- () const |
| operator bool () const | |
| void | parseRecord (std::istream &in) |
| long long * | getValueArray () |
| const long long * | getValueArray () const |
Private Attributes | |
| long long | m_vals [20] |
| bool | m_summary |
Static Private Attributes | |
| static const std::map< std::string, int > | s_vmFlags |
Friends | |
| CoWRecordStats | operator+ (const CoWRecordStats &lhs, const CoWRecordStats &rhs) |
| CoWRecordStats | operator- (const CoWRecordStats &lhs, const CoWRecordStats &rhs) |
| bool | operator< (const CoWRecordStats &a, const CoWRecordStats &b) |
| std::ostream & | operator<< (std::ostream &out, const CoWTools::CoWRecordStats &m) |
Definition at line 13 of file CoWRecordStats.h.
| Enumerator | |
|---|---|
| Size | |
| Rss | |
| Pss | |
| Shared_Clean | |
| Shared_Dirty | |
| Private_Clean | |
| Private_Dirty | |
| Referenced | |
| Anonymous | |
| AnonHugePages | |
| Swap | |
| KernelPageSize | |
| MMUPageSize | |
| Locked | |
| VmFlags | |
Definition at line 16 of file CoWRecordStats.h.
|
inline |
Definition at line 15 of file CoWRecordStats.h.
|
inline |
Definition at line 94 of file CoWRecordStats.h.
|
inline |
Definition at line 95 of file CoWRecordStats.h.
|
inlineexplicit |
Definition at line 74 of file CoWRecordStats.h.
|
inline |
|
inline |
Definition at line 55 of file CoWRecordStats.h.
|
inline |
| void CoWTools::CoWRecordStats::parseRecord | ( | std::istream & | in | ) |
Definition at line 40 of file CoWRecordStats.cxx.
|
friend |
Definition at line 68 of file CoWRecordStats.h.
|
friend |
Definition at line 71 of file CoWRecordStats.h.
|
friend |
Definition at line 80 of file CoWRecordStats.h.
|
friend |
Definition at line 67 of file CoWRecordStats.cxx.
|
private |
Definition at line 102 of file CoWRecordStats.h.
|
private |
Definition at line 97 of file CoWRecordStats.h.
|
staticprivate |
Definition at line 9 of file CoWRecordStats.h.