ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkMemoryProbesCollectorBase.h>
Public Member Functions | |
virtual | ~MemoryProbesCollectorBase () |
Public Member Functions inherited from itk::ResourceProbesCollectorBase< MemoryProbe > | |
virtual void | Clear (void) |
virtual void | Report (std::ostream &os=std::cout) const |
virtual void | Start (const char *name) |
virtual void | Stop (const char *name) |
virtual | ~ResourceProbesCollectorBase () |
Additional Inherited Members | |
Public Types inherited from itk::ResourceProbesCollectorBase< MemoryProbe > | |
typedef std::string | IdType |
typedef std::map< IdType, MemoryProbe > | MapType |
Protected Attributes inherited from itk::ResourceProbesCollectorBase< MemoryProbe > | |
MapType | m_Probes |
Aggregates a set of memory probes.
This class defines a set of MemoryProbes and assign names to them. The user can start and stop each one of the probes by addressing them by name.
Definition at line 37 of file itkMemoryProbesCollectorBase.h.
|
inlinevirtual |
Definition at line 40 of file itkMemoryProbesCollectorBase.h.