![]() |
The Gaudi Framework
v25r3
|
Helper object, useful for measurement of CPU-performance of highly-recursive structures, e.g. More...
#include <GaudiKernel/LockedChrono.h>
Public Member Functions | |
LockedChrono (ChronoEntity &c, bool &lock) | |
constructor from the actual timer: start the timer More... | |
~LockedChrono () | |
destructor: More... | |
Private Member Functions | |
LockedChrono () | |
no default constructor More... | |
Private Attributes | |
ChronoEntity & | m_timer |
the actual timer More... | |
bool & | m_locker |
the actual locker More... | |
bool | m_locked |
locked ? More... | |
Helper object, useful for measurement of CPU-performance of highly-recursive structures, e.g.
Data-On-Demand service, complex algorithms, etc...
Definition at line 54 of file LockedChrono.h.
|
inline |
constructor from the actual timer: start the timer
Definition at line 59 of file LockedChrono.h.
|
inline |
destructor:
Definition at line 72 of file LockedChrono.h.
|
private |
no default constructor
|
private |
locked ?
Definition at line 93 of file LockedChrono.h.
|
private |
the actual locker
Definition at line 91 of file LockedChrono.h.
|
private |
the actual timer
Definition at line 89 of file LockedChrono.h.