ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkSmapsFileParser.h>
Read the output of a vmmap command and extract the memory usage information. Used for MAC OS X machines.
Definition at line 289 of file itkSmapsFileParser.h.
Public Member Functions | |
virtual void | ReadFile (const std::string &mapFileLocation="") |
virtual | ~VMMapFileParser () |
Public Member Functions inherited from itk::MapFileParser< TVMMapDataType > | |
MemoryLoadType | GetHeapUsage () |
MemoryLoadType | GetMemoryUsage (const char *filter, const char *token="Size") |
MemoryLoadType | GetStackUsage () |
MemoryLoadType | GetTotalMemoryUsage () |
bool | Update (void) |
virtual | ~MapFileParser () |
Additional Inherited Members | |
Public Types inherited from itk::MapFileParser< TVMMapDataType > | |
typedef TVMMapDataType::MemoryLoadType | MemoryLoadType |
Protected Attributes inherited from itk::MapFileParser< TVMMapDataType > | |
TVMMapDataType | m_MapData |
std::string | m_MapFilePath |
|
virtual |
|
virtual |
If no vmmap file, create one using "vmmap pid" command Throw an exception is the file can't be created/opened.
Implements itk::MapFileParser< TVMMapDataType >.