![]() |
|
|
Generated: 18 Jul 2008 |
#include <GaudiKernel/IChronoStatSvc.h>
Inheritance diagram for IChronoStatSvc:


This interface is used by any algorithm or services wanting to study its own performance and CPU consumption and some statistical computation
2007-07-08
Definition at line 36 of file IChronoStatSvc.h.
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| unique interface identifier | |
Protected Member Functions | |
| virtual | ~IChronoStatSvc () |
| virtual and desctructor | |
| IChronoStatSvc::~IChronoStatSvc | ( | ) | [protected, virtual] |
| const InterfaceID & IChronoStatSvc::interfaceID | ( | ) | [static] |
unique interface identifier
Reimplemented from IChronoSvc.
Definition at line 44 of file IChronoStatSvc.cpp.
Referenced by ChronoStatSvc::queryInterface().
00045 { 00046 static const InterfaceID s_iid ( "IChronoStatSvc" , 5 , 0 ) ; 00047 return s_iid ; 00048 }