#include <PndCATimer.h>
Definition at line 129 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 142 of file PndCATimer.h.
References i.
144 for (
unsigned int i = 0;
i < fTIIs.size(); ++
i)
◆ Calc()
void PndCATFTimerInfo::Calc |
( |
| ) |
|
|
inline |
Definition at line 167 of file PndCATimer.h.
References i.
170 for (
unsigned int i = 1;
i < fTIIs.size(); ++
i)
◆ Clear()
void PndCATFTimerInfo::Clear |
( |
void |
| ) |
|
|
inline |
◆ GetAllInfo()
◆ GetTimerAll()
◆ operator+=()
Definition at line 150 of file PndCATimer.h.
References GetAllInfo(), and i.
152 for (
unsigned int i = 0;
i < fTIIs.size(); ++
i)
PndCATFIterTimerInfo & GetAllInfo()
◆ operator/()
Definition at line 156 of file PndCATimer.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[]()
◆ PrintReal()
void PndCATFTimerInfo::PrintReal |
( |
| ) |
|
|
inline |
Definition at line 175 of file PndCATimer.h.
References i.
178 cout.setf(ios::fixed);
183 for (
unsigned int i = 0;
i < fTIIs.size(); ++
i) {
184 cout <<
" iter " <<
i <<
" : ";
185 fTIIs[
i].PrintReal();
◆ SetNIter()
void PndCATFTimerInfo::SetNIter |
( |
int |
n | ) |
|
|
inline |
The documentation for this class was generated from the following file: