ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkMemoryProbe.h>
Public Types | |
typedef double | MeanMemoryLoadType |
typedef SizeValueType | MemoryLoadType |
Public Member Functions | |
MemoryProbe () | |
~MemoryProbe () | |
Protected Member Functions | |
virtual MemoryLoadType | GetInstantValue (void) const |
Private Attributes | |
MemoryUsageObserver | m_MemoryObserver |
Computes the memory allocated between two points in code.
This class allows the user to trace the memory charge between the execution of two pieces of code. It can be started and stopped in order to evaluate the execution over multiple passes. The values of memory are taken from GetProcessMemoryInfo() for Windows, the SMAPS file for Linux and getrusage() otherwise.
Definition at line 39 of file itkMemoryProbe.h.
typedef double itk::MemoryProbe::MeanMemoryLoadType |
Type for measuring the average memory.
Definition at line 51 of file itkMemoryProbe.h.
Type for measuring memory.
Definition at line 48 of file itkMemoryProbe.h.
virtual MemoryLoadType itk::MemoryProbe::GetInstantValue | ( | void | ) | const [protected, virtual] |
Returns the instant value of the probed system.
Implements itk::ResourceProbe< SizeValueType, double >.
MemoryUsageObserver itk::MemoryProbe::m_MemoryObserver [mutable, private] |
Definition at line 56 of file itkMemoryProbe.h.