ATLAS Offline Software
|
#include <IVTuneProfilerSvc.h>
Public Member Functions | |
DeclareInterfaceID (IVTuneProfilerSvc, 0, 1) | |
Interface ID definition. More... | |
virtual StatusCode | resumeProfiling ()=0 |
Resume profiling. More... | |
virtual StatusCode | pauseProfiling ()=0 |
Pause profiling. More... | |
virtual bool | isProfilingRunning () const =0 |
Is the profiling running at the moment? More... | |
Definition at line 8 of file IVTuneProfilerSvc.h.
IVTuneProfilerSvc::DeclareInterfaceID | ( | IVTuneProfilerSvc | , |
0 | , | ||
1 | |||
) |
Interface ID definition.
|
pure virtual |
Is the profiling running at the moment?
|
pure virtual |
Pause profiling.
|
pure virtual |
Resume profiling.