Go to the documentation of this file.
61 debug() <<
"==> Initialize" <<
endmsg;
71 debug() <<
"==> Execute" <<
endmsg;
75 for (
long i = 0; i < 1000000; ++i ) {}
86 debug() <<
"==> Finalize" <<
endmsg;
const std::string & name() const override
The identifying name of the algorithm object.
AuditorTestAlg(const std::string &name, ISvcLocator *pSvcLocator)
Standard constructor.
StatusCode initialize() override
the default (empty) implementation of IStateful::initialize() method
Alias for backward compatibility.
SmartIF< IAuditorSvc > & auditorSvc() const
The standard auditor service.May not be invoked before sysInitialize() has been invoked.
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
~AuditorTestAlg() override
Destructor.
StatusCode finalize() override
the default (empty) implementation of IStateful::finalize() method
constexpr static const auto SUCCESS
#define DECLARE_COMPONENT(type)
StatusCode finalize() override
Algorithm finalization.
StatusCode execute() override
Algorithm execution.
StatusCode initialize() override
Algorithm initialization.