![]() |
ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkSmapsFileParser.h>
Inheritance diagram for itk::SmapsData_2_6:
Collaboration diagram for itk::SmapsData_2_6:Public Types | |
| typedef MapData::MemoryLoadType | MemoryLoadType |
Public Member Functions | |
| virtual MemoryLoadType | GetHeapUsage () |
| virtual MemoryLoadType | GetStackUsage () |
| virtual | ~SmapsData_2_6 () |
Protected Attributes | |
| bool | m_HeapRecordFound |
Friends | |
| ITKCommon_EXPORT std::istream & | operator>> (std::istream &smapsStream, SmapsData_2_6 &data) |
Read a smaps stream and return the memory usage information. Smaps files have been added since the linux kernel 2.6.
Definition at line 164 of file itkSmapsFileParser.h.
need a large enough type to be able to accumulate the SmapsRecord
Reimplemented from itk::MapData.
Definition at line 167 of file itkSmapsFileParser.h.
| virtual itk::SmapsData_2_6::~SmapsData_2_6 | ( | ) | [virtual] |
| virtual MemoryLoadType itk::SmapsData_2_6::GetHeapUsage | ( | ) | [virtual] |
Returns the heap usage in kB of the process
Implements itk::MapData.
| virtual MemoryLoadType itk::SmapsData_2_6::GetStackUsage | ( | ) | [virtual] |
Returns the stack usage in kB of the process
Implements itk::MapData.
| ITKCommon_EXPORT std::istream& operator>> | ( | std::istream & | smapsStream, |
| SmapsData_2_6 & | data | ||
| ) | [friend] |
fill the smaps data
bool itk::SmapsData_2_6::m_HeapRecordFound [protected] |
Definition at line 182 of file itkSmapsFileParser.h.
1.7.6.1