The Gaudi Framework
master (37c0b60a)
|
#include </builds/gaudi/Gaudi/GaudiKernel/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 60 of file LockedChrono.h.
|
inline |
|
inline |
|
delete |
no default constructor
|
private |
locked ?
Definition at line 89 of file LockedChrono.h.
|
private |
the actual locker
Definition at line 87 of file LockedChrono.h.
|
private |
the actual timer
Definition at line 85 of file LockedChrono.h.