#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 310 of file itkSmapsFileParser.h.
Inheritance diagram for itk::VMMapFileParser< TVMMapDataType >:
Collaboration diagram for itk::VMMapFileParser< TVMMapDataType >:Public Member Functions | |
| void | ReadFile (const std::string &mapFileLocation="") override |
| ~VMMapFileParser () override=default | |
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 () |
| virtual | ~MapFileParser ()=default |
Additional Inherited Members | |
Public Types inherited from itk::MapFileParser< TVMMapDataType > | |
| using | MemoryLoadType |
Protected Attributes inherited from itk::MapFileParser< TVMMapDataType > | |
| TVMMapDataType | m_MapData |
| std::string | m_MapFilePath |
|
overridedefault |
|
overridevirtual |
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 >.