 |
ATLAS Offline Software
|
Go to the documentation of this file.
13 #include "Gaudi/Auditor.h"
14 #include "GaudiKernel/ServiceHandle.h"
30 const EventContext&)
override;
32 virtual void after(
const std::string&
event,
const std::string&
name,
33 const EventContext&,
const StatusCode&)
override;
46 #endif // VTUNEAUDITOR_H
std::vector< std::string > m_algs
Property: List of algorithms to profile.
virtual void after(const std::string &event, const std::string &name, const EventContext &, const StatusCode &) override
VTuneAuditor(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
POOL::TEvent event(POOL::TEvent::kClassAccess)
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual void before(const std::string &event, const std::string &name, const EventContext &) override
Implement inherited methods from Auditor.
virtual StatusCode initialize() override
Gaudi hooks.
ServiceHandle< IVTuneProfilerSvc > m_vtuneProfilerSvc
Handle to VTuneProfilerSvc.