13#include "Gaudi/Auditor.h"
14#include "GaudiKernel/ServiceHandle.h"
23 VTuneAuditor(
const std::string& name, ISvcLocator* pSvcLocator);
29 virtual void before(
const std::string& event,
const std::string& name,
30 const EventContext&)
override;
32 virtual void after(
const std::string& event,
const std::string& name,
33 const EventContext&,
const StatusCode&)
override;
virtual void after(const std::string &event, const std::string &name, const EventContext &, const StatusCode &) override
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.
std::vector< std::string > m_algs
Property: List of algorithms to profile.
VTuneAuditor(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
ServiceHandle< IVTuneProfilerSvc > m_vtuneProfilerSvc
Handle to VTuneProfilerSvc.