The Gaudi Framework
master (37c0b60a)
|
Add to the transient store a tracker that detects events that are taking too long. More...
Public Member Functions | |
EventWatchdogAlg (const std::string &name, ISvcLocator *pSvcLocator) | |
PeriodicAction | operator() (EventContext const &ctx) const override |
Private Attributes | |
Gaudi::CheckedProperty< unsigned int > | m_eventTimeout |
Gaudi::Property< bool > | m_abortOnTimeout |
Gaudi::Property< bool > | m_stackTrace { this, "StackTrace", false, "Whether to print the stack-trace on timeout." } |
Add to the transient store a tracker that detects events that are taking too long.
Definition at line 48 of file EventWatchdogAlg.cpp.
|
inline |
Definition at line 50 of file EventWatchdogAlg.cpp.
|
inlineoverride |
Definition at line 56 of file EventWatchdogAlg.cpp.
|
private |
Definition at line 129 of file EventWatchdogAlg.cpp.
|
private |
Definition at line 127 of file EventWatchdogAlg.cpp.
|
private |
Definition at line 131 of file EventWatchdogAlg.cpp.