ATLAS Offline Software
|
Helper class to create a "scoped cook timer" without having to declare the CookTimer itself within the scope (see CookTimer documentation) More...
#include <AlgorithmTimer.h>
Public Member Functions | |
ScopedTimer (unsigned int milliseconds) | |
~ScopedTimer () | |
Private Attributes | |
unsigned int | m_timeout |
Timeout in milliseconds. More... | |
AlgorithmTimer * | m_timer |
AlgorithmTimer instance, set by AlgorithmTimer::start() More... | |
Friends | |
class | AlgorithmTimer |
Helper class to create a "scoped cook timer" without having to declare the CookTimer itself within the scope (see CookTimer documentation)
Definition at line 182 of file AlgorithmTimer.h.
|
inline |
Definition at line 185 of file AlgorithmTimer.h.
|
inline |
Definition at line 186 of file AlgorithmTimer.h.
|
friend |
Definition at line 183 of file AlgorithmTimer.h.
|
private |
Timeout in milliseconds.
Definition at line 188 of file AlgorithmTimer.h.
|
private |
AlgorithmTimer instance, set by AlgorithmTimer::start()
Definition at line 189 of file AlgorithmTimer.h.