65 IChronoStatSvc::ChronoTime
chronoDelta(
const IChronoStatSvc::ChronoTag& chronoTag,
66 IChronoStatSvc::ChronoType theType )
override;
71 void chronoPrint(
const IChronoStatSvc::ChronoTag& chronoTag )
override;
76 ChronoStatus
chronoStatus(
const IChronoStatSvc::ChronoTag& chronoTag )
override;
82 void stat(
const IChronoStatSvc::StatTag& statTag,
const IChronoStatSvc::StatFlag& statFlag )
override;
88 void statPrint(
const IChronoStatSvc::ChronoTag& statTag )
override;
102 StatEntity*
stat(
const IChronoStatSvc::StatTag& t )
override;
147 return static_cast<MSG::Level>(
166 "decide if the final printout should be performed"};
168 "define the destination of the table to be printed"};
177 "decide if the final printout should be performed"};
179 "define the destination of the table to be printed"};
186 this,
"AsciiStatsOutputFile",
"",
187 "Name of the output file storing the stats. If empty, no statistics will be saved (default)"};
190 this,
"StatTableHeader",
191 " | Counter | # | sum | mean/eff^* | rms/err^* | min | max |",
192 "The header row for the output Stat-table"};
194 "Use the special format for printout of efficiency counters"};
Gaudi::Property< int > m_intStatPrintLevel
ChronoStatSvc & operator=(const ChronoStatSvc &)=delete
ChronoEntity & getEntity(const ChronoTag &chronoTag)
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
ChronoStatus chronoStatus(const IChronoStatSvc::ChronoTag &chronoTag) override
Implementation of IChronoStatSvc::chronoStatus.
Gaudi::Property< std::string > m_header
Implementation of property with value of concrete type.
StatMap m_statEntities
stat part
a small helper class for implementation of ChronoStatSvc service, It also could be used as some local...
Gaudi::Property< bool > m_statCoutFlag
IChronoStatSvc::ChronoTime chronoDelta(const IChronoStatSvc::ChronoTag &chronoTag, IChronoStatSvc::ChronoType theType) override
Implementation of IchronoStatSvc::chronoDelta.
Gaudi::Property< bool > m_chronoOrderFlag
Gaudi::Property< bool > m_printUserTime
std::mutex m_mutex
Mutex protecting m_chronoEntities.
void stat(const IChronoStatSvc::StatTag &statTag, const IChronoStatSvc::StatFlag &statFlag) override
Implementation of IChronoStatSvc::stat add statistical information to the entity ,...
void statPrint(const IChronoStatSvc::ChronoTag &statTag) override
prints (using message service) info about statistical entity, tagged by its name
const std::string & name() const override
Retrieve name of the service.
void merge(const ChronoStatSvc &css)
Compound assignment operator.
Gaudi::Property< bool > m_useEffFormat
void saveStats()
dump the statistics into an ASCII file for offline processing
Gaudi::Property< int > m_intChronoPrintLevel
This class is used for returning status codes from appropriate routines.
static MSG::Level int2level(int l)
The IMessage is the interface implemented by the message service.
const ChronoEntity * chronoStop(const IChronoStatSvc::ChronoTag &chronoTag) override
Implementation of IChronoStatSvc::chronoStop.
Gaudi::Property< bool > m_statOrderFlag
~ChronoStatSvc() override=default
Gaudi::Property< bool > m_chronoTableFlag
ServiceHandle< IInterface > m_hiveWhiteBoardSvc
MSG::Level m_chronoPrintLevel
level of info printing
StatusCode initialize() override
Implementation of IService::initialize()
Gaudi::Property< bool > m_printEllapsedTime
Base class used to extend a class implementing other interfaces.
void handle(const Incident &incident) override
Gaudi::Property< bool > m_statTableFlag
std::map< IChronoStatSvc::ChronoTag, ChronoEntity > ChronoMap
some useful typedefs
Base class for all Incidents (computing events).
ChronoEntity * chronoStart(const IChronoStatSvc::ChronoTag &chronoTag) override
Implementation of IChronoStatSvc::chronoStart.
std::lock_guard< std::mutex > lock_t
Gaudi::Property< std::string > m_statsOutFileName
MSG::Level m_statPrintLevel
level of info printing
Gaudi::Property< bool > m_chronoCoutFlag
ChronoStatSvc(const std::string &name, ISvcLocator *svcloc)
Default constructor.
void chronoPrint(const IChronoStatSvc::ChronoTag &chronoTag) override
Implementation of IChronoStatSvc::chronoPrint.
The Chrono & Stat Sservice: service implements the IChronoStatSvc interface and provides the basic ch...
ChronoMap m_chronoEntities
chrono part
Gaudi::Property< bool > m_printSystemTime
StatusCode finalize() override
Implementation of IService::finalize()
Gaudi::Property< std::string > m_perEventFile
const ChronoEntity * chrono(const IChronoStatSvc::ChronoTag &t) const override
extract the chrono entity for the given tag (name)