ATLAS Offline Software
|
Efficient realtime timers. More...
#include "GaudiKernel/ServiceHandle.h"
#include <time.h>
#include <signal.h>
#include <functional>
#include <string>
#include <list>
Go to the source code of this file.
Classes | |
class | Athena::AlgorithmTimer |
Timer that invokes a user callback once the time is reached. More... | |
class | Athena::ScopedTimer |
Helper class to create a "scoped cook timer" without having to declare the CookTimer itself within the scope (see CookTimer documentation) More... | |
Namespaces | |
Athena | |
Some weak symbol referencing magic... | |
Athena::AlgorithmTimerHandler | |
Functions | |
void | Athena::AlgorithmTimerHandler::onAlarmThread (sigval_t sv) |
Function called by signals delivered via threads. More... | |
Efficient realtime timers.
Definition in file AlgorithmTimer.h.