Public Member Functions | |
TypeInfo ("MPITimer") | |
MPITimer (const word &name) | |
real | totalTimeMax () const |
std::vector< real > | totalTimeAllToAll () const |
std::vector< real > | totalTimeAllToMaster () const |
real | averageTimeMax () const |
std::vector< real > | averageTimeAllToAll () const |
std::vector< real > | averageTimeAllAtoMaster () const |
bool | write (iOstream &os) const |
![]() | |
TypeInfo ("Timer") | |
Timer ()=default | |
Timer (const word &name) | |
Timer (const word &name, Timers *parrent) | |
const word & | name () const |
virtual | ~Timer () |
virtual void | removeParrent () |
virtual int32 | level () const |
virtual bool | master () const |
Timers * | parrent () const |
void | start () |
void | pause () |
void | resume () |
void | end () |
bool | timerActive () const |
real | lastTime () const |
real | totalTime () const |
real | averageTime () const |
virtual real | accTimersTotal () const |
virtual bool | write (iOstream &os, bool subTree) const |
virtual bool | read (iIstream &is) |
Private Member Functions | |
virtual real | accTimersTotal () const |
real | averageTime () const |
Additional Inherited Members | |
![]() | |
real | averageTimeMax () const |
real | accTimersTotalMax () const |
Definition at line 12 of file MPITimer.hpp.
Definition at line 26 of file MPITimer.hpp.
TypeInfo | ( | "MPITimer" | ) |
pFlow::real totalTimeMax | ( | ) | const |
Definition at line 8 of file MPITimer.cpp.
References Timer::accTimersTotalMax().
std::vector< pFlow::real > totalTimeAllToAll | ( | ) | const |
Definition at line 13 of file MPITimer.cpp.
References pFlow::pFlowProcessors().
std::vector< pFlow::real > totalTimeAllToMaster | ( | ) | const |
Definition at line 24 of file MPITimer.cpp.
References pFlow::pFlowProcessors().
pFlow::real averageTimeMax | ( | ) | const |
Definition at line 35 of file MPITimer.cpp.
References Timer::averageTimeMax().
std::vector< pFlow::real > averageTimeAllToAll | ( | ) | const |
Definition at line 40 of file MPITimer.cpp.
References pFlow::pFlowProcessors().
std::vector< pFlow::real > averageTimeAllAtoMaster | ( | ) | const |
Definition at line 51 of file MPITimer.cpp.
References pFlow::pFlowProcessors().
bool write | ( | iOstream & | os | ) | const |
Definition at line 62 of file MPITimer.cpp.
References pFlow::endl(), and Red_Text.