![]() |
The Gaudi Framework
v38r3 (c3fc9673)
|
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) | |
StatusCode | initialize () override |
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 55 of file EventWatchdogAlg.cpp.
|
inline |
Definition at line 57 of file EventWatchdogAlg.cpp.
|
inlineoverride |
Definition at line 63 of file EventWatchdogAlg.cpp.
|
inlineoverride |
Definition at line 79 of file EventWatchdogAlg.cpp.
|
private |
Definition at line 152 of file EventWatchdogAlg.cpp.
|
private |
Definition at line 150 of file EventWatchdogAlg.cpp.
|
private |
Definition at line 154 of file EventWatchdogAlg.cpp.