#include <L1Timer.h>
Definition at line 71 of file L1Timer.h.
◆ Add()
void L1CATFIterTimerInfo::Add |
( |
string |
name | ) |
|
|
inline |
◆ Clear()
void L1CATFIterTimerInfo::Clear |
( |
void |
| ) |
|
|
inline |
◆ operator+=()
Definition at line 86 of file L1Timer.h.
References i.
88 for (
unsigned int i = 0;
i < fTIs.size(); ++
i)
◆ operator/()
Definition at line 91 of file L1Timer.h.
References f, and i.
94 r.fNameToI = fNameToI;
95 r.fTIs.resize(fTIs.size());
96 for (
unsigned int i = 0;
i < fTIs.size(); ++
i) {
97 r.fTIs[
i] = fTIs[
i] /
f;
◆ operator[]() [1/2]
TimerInfo& L1CATFIterTimerInfo::operator[] |
( |
string |
name | ) |
|
|
inline |
Definition at line 84 of file L1Timer.h.
84 {
return fTIs[fNameToI[name]]; };
◆ operator[]() [2/2]
TimerInfo& L1CATFIterTimerInfo::operator[] |
( |
int |
i | ) |
|
|
inline |
◆ PrintNames()
void L1CATFIterTimerInfo::PrintNames |
( |
| ) |
|
|
inline |
Definition at line 116 of file L1Timer.h.
References i.
118 cout << fTIs[0].Name();
119 for (
unsigned int i = 1;
i < fTIs.size(); ++
i) {
120 cout <<
" | " << fTIs[
i].Name();
◆ PrintReal()
void L1CATFIterTimerInfo::PrintReal |
( |
int |
f = 0 | ) |
|
|
inline |
Definition at line 102 of file L1Timer.h.
References f, i, and TimerInfo::Name().
109 for (
unsigned int i = 1;
i < fTIs.size(); ++
i) {
110 cout <<
" | " << setw(fTIs[
i].Name().size());
The documentation for this class was generated from the following file: