#include <L1Timer.h>
Definition at line 129 of file L1Timer.h.
◆ L1CATFTimerInfo() [1/2]
L1CATFTimerInfo::L1CATFTimerInfo |
( |
| ) |
|
|
inline |
◆ L1CATFTimerInfo() [2/2]
L1CATFTimerInfo::L1CATFTimerInfo |
( |
int |
n | ) |
|
|
inline |
Definition at line 132 of file L1Timer.h.
132 { fTIIs.resize(n); };
◆ Add()
void L1CATFTimerInfo::Add |
( |
string |
name | ) |
|
|
inline |
Definition at line 142 of file L1Timer.h.
References i.
144 for (
unsigned int i = 0;
i < fTIIs.size(); ++
i)
◆ Calc()
void L1CATFTimerInfo::Calc |
( |
| ) |
|
|
inline |
Definition at line 167 of file L1Timer.h.
References i.
170 for (
unsigned int i = 1;
i < fTIIs.size(); ++
i)
◆ Clear()
void L1CATFTimerInfo::Clear |
( |
void |
| ) |
|
|
inline |
◆ GetAllInfo()
◆ GetTimerAll()
◆ operator+=()
Definition at line 150 of file L1Timer.h.
References GetAllInfo(), and i.
152 for (
unsigned int i = 0;
i < fTIIs.size(); ++
i)
L1CATFIterTimerInfo & GetAllInfo()
◆ operator/()
Definition at line 156 of file L1Timer.h.
References f, i, and SetNIter().
159 r.fTIAll = fTIAll /
f;
161 for (
unsigned int i = 0;
i < fTIIs.size(); ++
i) {
162 r.fTIIs[
i] = fTIIs[
i] /
f;
◆ operator[]()
Definition at line 149 of file L1Timer.h.
References i.
149 {
return fTIIs[
i]; };
◆ PrintReal()
void L1CATFTimerInfo::PrintReal |
( |
| ) |
|
|
inline |
Definition at line 175 of file L1Timer.h.
References i.
178 std::ios_base::fmtflags coutFlags = cout.flags();
180 int old_precision = cout.precision(1);
181 cout.setf(ios::fixed);
186 for (
unsigned int i = 0;
i < fTIIs.size(); ++
i) {
187 cout <<
" iter " <<
i <<
" : ";
188 fTIIs[
i].PrintReal();
197 cout.flags(coutFlags);
198 cout.precision(old_precision);
◆ SetNIter()
void L1CATFTimerInfo::SetNIter |
( |
int |
n | ) |
|
|
inline |
The documentation for this class was generated from the following file: