#include <PndCATimer.h>
Definition at line 141 of file PndCATimer.h.
◆ PndCATFTimerInfo() [1/2]
PndCATFTimerInfo::PndCATFTimerInfo |
( |
| ) |
|
|
inline |
◆ PndCATFTimerInfo() [2/2]
PndCATFTimerInfo::PndCATFTimerInfo |
( |
int |
n | ) |
|
|
inline |
◆ Add()
void PndCATFTimerInfo::Add |
( |
string |
name | ) |
|
|
inline |
Definition at line 154 of file PndCATimer.h.
References i.
156 for (
unsigned int i = 0;
i < fTIIs.size(); ++
i)
◆ Calc()
void PndCATFTimerInfo::Calc |
( |
| ) |
|
|
inline |
Definition at line 179 of file PndCATimer.h.
References i.
182 for (
unsigned int i = 1;
i < fTIIs.size(); ++
i)
◆ Clear()
void PndCATFTimerInfo::Clear |
( |
void |
| ) |
|
|
inline |
◆ GetAllInfo()
◆ GetTimerAll()
◆ operator+=()
Definition at line 162 of file PndCATimer.h.
References GetAllInfo(), and i.
164 for (
unsigned int i = 0;
i < fTIIs.size(); ++
i)
PndCATFIterTimerInfo & GetAllInfo()
◆ operator/()
Definition at line 168 of file PndCATimer.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[]()
◆ PrintReal()
void PndCATFTimerInfo::PrintReal |
( |
| ) |
|
|
inline |
Definition at line 187 of file PndCATimer.h.
References i.
190 cout.setf(ios::fixed);
195 for (
unsigned int i = 0;
i < fTIIs.size(); ++
i) {
196 cout <<
" iter " <<
i <<
" : ";
197 fTIIs[
i].PrintReal();
◆ SetNIter()
void PndCATFTimerInfo::SetNIter |
( |
int |
n | ) |
|
|
inline |
The documentation for this class was generated from the following file: