The Gaudi Framework
v30r3 (a5ef0a68)
|
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... | |
LockedChrono ()=delete | |
no default constructor More... | |
Private Attributes | |
ChronoEntity & | m_timer |
the actual timer More... | |
bool & | m_locker |
the actual locker More... | |
bool | m_locked = false |
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 52 of file LockedChrono.h.
|
inline |
constructor from the actual timer: start the timer
Definition at line 57 of file LockedChrono.h.
|
inline |
destructor:
Definition at line 66 of file LockedChrono.h.
|
delete |
no default constructor
|
private |
locked ?
Definition at line 84 of file LockedChrono.h.
|
private |
the actual locker
Definition at line 82 of file LockedChrono.h.
|
private |
the actual timer
Definition at line 80 of file LockedChrono.h.