![]() |
Orfeo Toolbox
3.16
|
#include <itkSmapsFileParser.h>
Inheritance diagram for itk::VMMapSummaryRecord:
Collaboration diagram for itk::VMMapSummaryRecord:Public Types | |
| typedef unsigned int | MemoryLoadType |
Public Member Functions | |
| void | Reset (void) |
Public Attributes | |
| std::string | m_RecordName |
| std::map< std::string, MemoryLoadType > | m_Tokens |
Friends | |
| ITKCommon_EXPORT std::istream & | operator>> (std::istream &in, VMMapSummaryRecord &record) |
This struct contains an entry in a smaps file. It is filled by operator>>(istream&,VMMapRecord&).
Definition at line 88 of file itkSmapsFileParser.h.
|
inherited |
Definition at line 41 of file itkSmapsFileParser.h.
|
inherited |
Reset the record
Definition at line 33 of file itkSmapsFileParser.cxx.
References itk::MapRecord::m_RecordName, and itk::MapRecord::m_Tokens.
Referenced by itk::operator>>().
|
friend |
Input operator to fill a VMMapRecord recordName [ numberK] Example MALLOC [ 18536K]
Definition at line 104 of file itkSmapsFileParser.cxx.
|
inherited |
Optional record name
Definition at line 49 of file itkSmapsFileParser.h.
Referenced by itk::MapRecordConditionalPlusor< TFirstType >::operator()(), itk::operator>>(), and itk::MapRecord::Reset().
|
inherited |
Contains a list of token with the associated memory allocated, tokens could be typically: Size, Rss, Shared_Clean, Shared_Dirty, Private_Clean, Private_Dirty, Referenced.
Definition at line 55 of file itkSmapsFileParser.h.
Referenced by itk::MapRecordPlusor< TFirstType >::operator()(), itk::operator>>(), and itk::MapRecord::Reset().