ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Member Functions | List of all members
itk::TimeProbesCollectorBase Class Reference

#include <itkTimeProbesCollectorBase.h>

+ Inheritance diagram for itk::TimeProbesCollectorBase:
+ Collaboration diagram for itk::TimeProbesCollectorBase:

Detailed Description

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.

See Also
TimeProbe
RealTimeClock

Definition at line 38 of file 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
 

Constructor & Destructor Documentation

itk::TimeProbesCollectorBase::TimeProbesCollectorBase ( )

Constructor

virtual itk::TimeProbesCollectorBase::~TimeProbesCollectorBase ( )
virtual

destructor


The documentation for this class was generated from the following file: