Inheritance diagram for MPITimer:
Collaboration diagram for MPITimer: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 |
Public Member Functions inherited from Timer | |
| 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 | |
Protected Member Functions inherited from Timer | |
| 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().
Here is the call graph for this function:| std::vector< pFlow::real > totalTimeAllToAll | ( | ) | const |
Definition at line 13 of file MPITimer.cpp.
References pFlow::pFlowProcessors().
Here is the call graph for this function:| std::vector< pFlow::real > totalTimeAllToMaster | ( | ) | const |
Definition at line 24 of file MPITimer.cpp.
References pFlow::pFlowProcessors().
Here is the call graph for this function:| pFlow::real averageTimeMax | ( | ) | const |
Definition at line 35 of file MPITimer.cpp.
References Timer::averageTimeMax().
Here is the call graph for this function:| std::vector< pFlow::real > averageTimeAllToAll | ( | ) | const |
Definition at line 40 of file MPITimer.cpp.
References pFlow::pFlowProcessors().
Here is the call graph for this function:| std::vector< pFlow::real > averageTimeAllAtoMaster | ( | ) | const |
Definition at line 51 of file MPITimer.cpp.
References pFlow::pFlowProcessors().
Here is the call graph for this function:| bool write | ( | iOstream & | os | ) | const |
Definition at line 62 of file MPITimer.cpp.
References pFlow::endl(), and Red_Text.
Here is the call graph for this function: