ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | Protected Attributes | Friends | List of all members
itk::SmapsData_2_6 Class Reference

#include <itkSmapsFileParser.h>

Detailed Description

Read a smaps stream and return the memory usage information. Smaps files have been added since the linux kernel 2.6.

Definition at line 174 of file itkSmapsFileParser.h.

+ Inheritance diagram for itk::SmapsData_2_6:
+ Collaboration diagram for itk::SmapsData_2_6:

Public Types

using MemoryLoadType = MapData::MemoryLoadType
 
- Public Types inherited from itk::MapData
using MemoryLoadType = SizeValueType
 

Public Member Functions

MemoryLoadType GetHeapUsage () override
 
MemoryLoadType GetStackUsage () override
 
 ~SmapsData_2_6 () override
 
- Public Member Functions inherited from itk::MapData
bool Empty ()
 
virtual MemoryLoadType GetMemoryUsage (const char *filter, const char *token)
 
virtual MemoryLoadType GetTotalMemoryUsage ()
 
virtual ~MapData ()
 

Protected Attributes

bool m_HeapRecordFound {}
 
- Protected Attributes inherited from itk::MapData
MapRecordVectorType m_Records {}
 

Friends

ITKCommon_EXPORT std::istream & operator>> (std::istream &smapsStream, SmapsData_2_6 &data)
 

Additional Inherited Members

- Protected Types inherited from itk::MapData
using MapRecordVectorType = std::vector< MapRecord * >
 
- Protected Member Functions inherited from itk::MapData
void Reset ()
 

Member Typedef Documentation

◆ MemoryLoadType

Definition at line 177 of file itkSmapsFileParser.h.

Constructor & Destructor Documentation

◆ ~SmapsData_2_6()

itk::SmapsData_2_6::~SmapsData_2_6 ( )
override

Member Function Documentation

◆ GetHeapUsage()

MemoryLoadType itk::SmapsData_2_6::GetHeapUsage ( )
overridevirtual

Returns the heap usage in kB of the process

Implements itk::MapData.

◆ GetStackUsage()

MemoryLoadType itk::SmapsData_2_6::GetStackUsage ( )
overridevirtual

Returns the stack usage in kB of the process

Implements itk::MapData.

Friends And Related Function Documentation

◆ operator>>

ITKCommon_EXPORT std::istream& operator>> ( std::istream &  smapsStream,
SmapsData_2_6 data 
)
friend

fill the smaps data

Member Data Documentation

◆ m_HeapRecordFound

bool itk::SmapsData_2_6::m_HeapRecordFound {}
protected

Definition at line 194 of file itkSmapsFileParser.h.


The documentation for this class was generated from the following file: