ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkTimeProbesCollectorBase.h>
Public Member Functions | |
TimeProbesCollectorBase () | |
virtual | ~TimeProbesCollectorBase () |
Public Member Functions inherited from itk::ResourceProbesCollectorBase< TimeProbe > | |
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< TimeProbe > | |
typedef std::string | IdType |
typedef std::map< IdType, TimeProbe > | MapType |
Protected Attributes inherited from itk::ResourceProbesCollectorBase< TimeProbe > | |
MapType | m_Probes |
Aggregates a set of time probes.
This class defines a set of TimeProbes and assign names to them. The user can start and stop each one of the probes by addressing them by name.
Definition at line 38 of file itkTimeProbesCollectorBase.h.
itk::TimeProbesCollectorBase::TimeProbesCollectorBase | ( | ) |
Constructor
|
virtual |
destructor