#include <itkTimeProbesCollectorBase.h>
Public Types | |
typedef std::string | IdType |
typedef std::map< IdType, TimeProbe > | MapType |
Public Member Functions | |
TimeProbesCollectorBase () | |
virtual | ~TimeProbesCollectorBase () |
virtual void | Start (const char *) |
virtual void | Stop (const char *) |
virtual void | Report (void) const |
virtual void | Clear (void) |
Protected Attributes | |
MapType | m_Probes |
|
Definition at line 35 of file itkTimeProbesCollectorBase.h. |
|
Definition at line 36 of file itkTimeProbesCollectorBase.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 48 of file itkTimeProbesCollectorBase.h. |