![]() |
The Gaudi Framework
v33r1 (b1225454)
|
simple local counter More...

Public Member Functions | |
| Counter (std::string msg=" Misbalance ") | |
| ~Counter () | |
| long | increment (std::string_view object) |
| make the increment More... | |
| long | decrement (std::string_view object) |
| make the decrement More... | |
| long | counts (std::string_view object) |
| current count More... | |
| void | report () const |
| make a report More... | |
Private Types | |
| using | Map = std::map< std::string, long, std::less<> > |
Private Member Functions | |
| long & | get (std::string_view which) |
Private Attributes | |
| Map | m_map |
| std::string | m_message |
simple local counter
Definition at line 68 of file GaudiTool.cpp.
|
private |
Definition at line 99 of file GaudiTool.cpp.
|
inline |
Definition at line 72 of file GaudiTool.cpp.
|
inline |
Definition at line 74 of file GaudiTool.cpp.
|
inline |
|
inline |
|
inlineprivate |
Definition at line 100 of file GaudiTool.cpp.
|
inline |
|
inline |
make a report
keep the silence?
Definition at line 85 of file GaudiTool.cpp.
|
private |
Definition at line 105 of file GaudiTool.cpp.
|
private |
Definition at line 106 of file GaudiTool.cpp.