#include <L1Timer.h>
Definition at line 141 of file L1Timer.h.
◆ L1CATFTimerInfo() [1/2]
L1CATFTimerInfo::L1CATFTimerInfo |
( |
| ) |
|
|
inline |
◆ L1CATFTimerInfo() [2/2]
L1CATFTimerInfo::L1CATFTimerInfo |
( |
int |
n | ) |
|
|
inline |
Definition at line 144 of file L1Timer.h.
144 { fTIIs.resize(n); };
◆ Add()
void L1CATFTimerInfo::Add |
( |
string |
name | ) |
|
|
inline |
Definition at line 154 of file L1Timer.h.
References i.
156 for (
unsigned int i = 0;
i < fTIIs.size(); ++
i)
◆ Calc()
void L1CATFTimerInfo::Calc |
( |
| ) |
|
|
inline |
Definition at line 179 of file L1Timer.h.
References i.
182 for (
unsigned int i = 1;
i < fTIIs.size(); ++
i)
◆ Clear()
void L1CATFTimerInfo::Clear |
( |
void |
| ) |
|
|
inline |
◆ GetAllInfo()
◆ GetTimerAll()
◆ operator+=()
Definition at line 162 of file L1Timer.h.
References GetAllInfo(), and i.
164 for (
unsigned int i = 0;
i < fTIIs.size(); ++
i)
L1CATFIterTimerInfo & GetAllInfo()
◆ operator/()
Definition at line 168 of file L1Timer.h.
References f, i, and SetNIter().
171 r.fTIAll = fTIAll /
f;
173 for (
unsigned int i = 0;
i < fTIIs.size(); ++
i) {
174 r.fTIIs[
i] = fTIIs[
i] /
f;
◆ operator[]()
Definition at line 161 of file L1Timer.h.
References i.
161 {
return fTIIs[
i]; };
◆ PrintReal()
void L1CATFTimerInfo::PrintReal |
( |
| ) |
|
|
inline |
Definition at line 187 of file L1Timer.h.
References i.
190 std::ios_base::fmtflags coutFlags = cout.flags();
192 int old_precision = cout.precision(1);
193 cout.setf(ios::fixed);
198 for (
unsigned int i = 0;
i < fTIIs.size(); ++
i) {
199 cout <<
" iter " <<
i <<
" : ";
200 fTIIs[
i].PrintReal();
209 cout.flags(coutFlags);
210 cout.precision(old_precision);
◆ SetNIter()
void L1CATFTimerInfo::SetNIter |
( |
int |
n | ) |
|
|
inline |
The documentation for this class was generated from the following file: