ATLAS Offline Software
Control
PerformanceMonitoring
PerfMonVTune
PerfMonVTune
IVTuneProfilerSvc.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef VTUNE_IPROFILERSERVICE_H
6
#define VTUNE_IPROFILERSERVICE_H
7
8
class
IVTuneProfilerSvc
:
public
virtual
IService {
9
10
public
:
11
13
DeclareInterfaceID
(
IVTuneProfilerSvc
, 0, 1 );
14
16
virtual
StatusCode
resumeProfiling
() = 0;
17
19
virtual
StatusCode
pauseProfiling
() = 0;
20
22
virtual
bool
isProfilingRunning
()
const
= 0;
23
24
};
// class IVTuneProfilerSvc
25
26
#endif // VTUNE_IPROFILERSERVICE.H
IVTuneProfilerSvc::DeclareInterfaceID
DeclareInterfaceID(IVTuneProfilerSvc, 0, 1)
Interface ID definition.
IVTuneProfilerSvc::pauseProfiling
virtual StatusCode pauseProfiling()=0
Pause profiling.
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
IVTuneProfilerSvc::isProfilingRunning
virtual bool isProfilingRunning() const =0
Is the profiling running at the moment?
IVTuneProfilerSvc::resumeProfiling
virtual StatusCode resumeProfiling()=0
Resume profiling.
IVTuneProfilerSvc
Definition:
IVTuneProfilerSvc.h:8
Generated on Thu Nov 7 2024 21:17:42 for ATLAS Offline Software by
1.8.18