1 #ifndef GAUDIAUD_CHRONOAUDITOR_H 2 #define GAUDIAUD_CHRONOAUDITOR_H
SmartIF< IChronoStatSvc > & chronoSvc()
Base class with common functionalities shared by few auditor implementations.
void i_before(CustomEventTypeRef evt, const std::string &caller) override
Default (catch-all) "before" Auditor hook.
This class is used for returning status codes from appropriate routines.
SmartIF< IChronoStatSvc > m_chronoSvc
void i_after(CustomEventTypeRef evt, const std::string &caller, const StatusCode &sc) override
Default (catch-all) "after" Auditor hook.
Monitors the cpu time usage of each algorithm.
StatusCode initialize() override
CommonAuditor(const std::string &name, ISvcLocator *svcloc)
Constructor.
std::string i_id(CustomEventTypeRef evt, const std::string &caller)
Compute the id string to be used for the chrono entity.