#include <itkSmapsFileParser.h>
Inheritance diagram for itk::VMMapData_10_2< TMapRecord >:
Definition at line 189 of file itkSmapsFileParser.h.
Public Types | |
typedef MapData< TMapRecord >::MemoryLoadType | MemoryLoadType |
Public Member Functions | |
bool | Empty () |
virtual MemoryLoadType | GetHeapUsage () |
virtual MemoryLoadType | GetMemoryUsage (const char *filter, const char *token) |
virtual MemoryLoadType | GetStackUsage () |
virtual MemoryLoadType | GetTotalMemoryUsage () |
virtual | ~VMMapData_10_2 () |
Protected Types | |
typedef TMapRecord | MapRecordType |
typedef std::vector< MapRecordType > | MapRecordVectorType |
Protected Member Functions | |
void | Reset (void) |
Protected Attributes | |
MapRecordVectorType | m_Records |
Friends | |
template<class TVMMapRecordType> | |
ITK_EXPORT std::istream & | operator>> (std::istream &stream, VMMapData_10_2< TVMMapRecordType > &data) |
typedef TMapRecord itk::MapData< TMapRecord >::MapRecordType [protected, inherited] |
Definition at line 141 of file itkSmapsFileParser.h.
typedef std::vector< MapRecordType > itk::MapData< TMapRecord >::MapRecordVectorType [protected, inherited] |
Definition at line 142 of file itkSmapsFileParser.h.
typedef MapData<TMapRecord>::MemoryLoadType itk::VMMapData_10_2< TMapRecord >::MemoryLoadType |
need an unsigned long type to be able to accumulate the SmapsRecord
Reimplemented from itk::MapData< TMapRecord >.
Definition at line 192 of file itkSmapsFileParser.h.
virtual itk::VMMapData_10_2< TMapRecord >::~VMMapData_10_2 | ( | ) | [virtual] |
bool itk::MapData< TMapRecord >::Empty | ( | ) | [inherited] |
Returns true if the data has not been initialized yet
virtual MemoryLoadType itk::VMMapData_10_2< TMapRecord >::GetHeapUsage | ( | ) | [virtual] |
Returns the heap usage in kB of the process
Implements itk::MapData< TMapRecord >.
virtual MemoryLoadType itk::VMMapData_10_2< TMapRecord >::GetMemoryUsage | ( | const char * | filter, | |
const char * | token | |||
) | [virtual] |
Returns the memory usage in kB of a process segment
Implements itk::MapData< TMapRecord >.
virtual MemoryLoadType itk::VMMapData_10_2< TMapRecord >::GetStackUsage | ( | ) | [virtual] |
Returns the stack usage in kB of the process
Implements itk::MapData< TMapRecord >.
virtual MemoryLoadType itk::VMMapData_10_2< TMapRecord >::GetTotalMemoryUsage | ( | ) | [virtual] |
Returns the total memory usage in kB of the process
Implements itk::MapData< TMapRecord >.
void itk::MapData< TMapRecord >::Reset | ( | void | ) | [protected, inherited] |
Clear the content of the container
ITK_EXPORT std::istream& operator>> | ( | std::istream & | stream, | |
VMMapData_10_2< TVMMapRecordType > & | data | |||
) | [friend] |
fill the smaps data
MapRecordVectorType itk::MapData< TMapRecord >::m_Records [protected, inherited] |
contains all the segment records
Definition at line 145 of file itkSmapsFileParser.h.