#include <itkSmapsFileParser.h>
Public Types | |
typedef TMapData::MemoryLoadType | MemoryLoadType |
Public Member Functions | |
MemoryLoadType | GetHeapUsage () |
MemoryLoadType | GetMemoryUsage (const char *filter, const char *token="Size") |
MemoryLoadType | GetStackUsage () |
MemoryLoadType | GetTotalMemoryUsage () |
virtual void | ReadFile (const std::string &mapFileLocation="")=0 |
bool | Update (void) |
virtual | ~MapFileParser () |
Protected Attributes | |
TMapData | m_MapData |
std::string | m_MapFilePath |
FIXME: Add documentation
Definition at line 209 of file itkSmapsFileParser.h.
typedef TMapData::MemoryLoadType itk::MapFileParser< TMapData >::MemoryLoadType |
Definition at line 212 of file itkSmapsFileParser.h.
virtual itk::MapFileParser< TMapData >::~MapFileParser | ( | ) | [virtual] |
MemoryLoadType itk::MapFileParser< TMapData >::GetHeapUsage | ( | ) |
Returns the heap usage in kB of the process. If no file has been loaded yet, load a default file.
MemoryLoadType itk::MapFileParser< TMapData >::GetMemoryUsage | ( | const char * | filter, | |
const char * | token = "Size" | |||
) |
Returns the memory usage in kB of a process segment. If no file has been loaded yet, load a default file.
MemoryLoadType itk::MapFileParser< TMapData >::GetStackUsage | ( | ) |
Returns the heap usage in kB of the process. If no file has been loaded yet, load a default file.
MemoryLoadType itk::MapFileParser< TMapData >::GetTotalMemoryUsage | ( | ) |
Returns the total memory usage in kB of a process. If no file has been loaded yet, load a default file.
virtual void itk::MapFileParser< TMapData >::ReadFile | ( | const std::string & | mapFileLocation = "" |
) | [pure virtual] |
Load and parse a Map file pointed by mapFileLocation. If mapFileLocation is empty, load the default file Throw an exception is the file can't be opened.
Implemented in itk::SmapsFileParser< TSmapsDataType >, and itk::VMMapFileParser< TVMMapDataType >.
bool itk::MapFileParser< TMapData >::Update | ( | void | ) |
ReRead the last parsed file to refresh the memory usage. Returns true if read from the default location "".
TMapData itk::MapFileParser< TMapData >::m_MapData [protected] |
Definition at line 248 of file itkSmapsFileParser.h.
std::string itk::MapFileParser< TMapData >::m_MapFilePath [protected] |
Definition at line 247 of file itkSmapsFileParser.h.