ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Protected Attributes
itk::ResourceProbesCollectorBase< TProbe > Class Template Reference

#include <itkResourceProbesCollectorBase.h>

+ Inheritance diagram for itk::ResourceProbesCollectorBase< TProbe >:
+ Collaboration diagram for itk::ResourceProbesCollectorBase< TProbe >:

List of all members.

Public Types

typedef std::string IdType
typedef std::map< IdType, TProbe > MapType

Public Member Functions

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 ()

Protected Attributes

MapType m_Probes

Detailed Description

template<class TProbe>
class itk::ResourceProbesCollectorBase< TProbe >

Aggregates a set of probes.

This class defines a set of ResourceProbes and assign names to them. The user can start and stop each one of the probes by addressing them by name.

See also:
ResourceProbe

Definition at line 38 of file itkResourceProbesCollectorBase.h.


Member Typedef Documentation

template<class TProbe>
typedef std::string itk::ResourceProbesCollectorBase< TProbe >::IdType

Definition at line 41 of file itkResourceProbesCollectorBase.h.

template<class TProbe>
typedef std::map< IdType, TProbe > itk::ResourceProbesCollectorBase< TProbe >::MapType

Definition at line 42 of file itkResourceProbesCollectorBase.h.


Constructor & Destructor Documentation

template<class TProbe>
virtual itk::ResourceProbesCollectorBase< TProbe >::~ResourceProbesCollectorBase ( )
virtual

destructor


Member Function Documentation

template<class TProbe>
virtual void itk::ResourceProbesCollectorBase< TProbe >::Clear ( void  )
virtual

Destroy the set of probes. New probes can be created after invoking this method.

template<class TProbe>
virtual void itk::ResourceProbesCollectorBase< TProbe >::Report ( std::ostream &  os = std::cout) const
virtual

Report the summary of results from the probes

template<class TProbe>
virtual void itk::ResourceProbesCollectorBase< TProbe >::Start ( const char *  name)
virtual

Start a probe with a particular name. If the time probe does not exist, it will be created

template<class TProbe>
virtual void itk::ResourceProbesCollectorBase< TProbe >::Stop ( const char *  name)
virtual

Stop a time probe identified with a name


Member Data Documentation

template<class TProbe>
MapType itk::ResourceProbesCollectorBase< TProbe >::m_Probes
protected

Definition at line 62 of file itkResourceProbesCollectorBase.h.


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