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