Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::ResourceProbesCollectorBase< TProbe > Class Template Reference

Class for aggregating a set of probes. More...

#include <itkResourceProbesCollectorBase.h>

Inheritance diagram for itk::ResourceProbesCollectorBase< TProbe >:

Inheritance graph
[legend]

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 >

Class for aggregating 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 61 of file itkResourceProbesCollectorBase.h.


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

Generated at Tue Sep 15 12:13:52 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000