|
Motiv
Marvelous OTF2 Traces Interactive Visualizer
|
A class representing a member of a collective operation. More...
#include <CollectiveCommunicationEvent.hpp>
Public Member Functions | |
| Member (const otf2::chrono::duration &start, const otf2::chrono::duration &anEnd, otf2::definition::location *location) | |
| Constructs a new instance of the Member class. More... | |
| const otf2::chrono::duration & | getStart () const |
| Returns the start time of the communication. More... | |
| const otf2::chrono::duration & | getEnd () const |
| Returns the end time of the communication. More... | |
| const otf2::definition::location * | getLocation () const |
| Returns the location of the member. More... | |
Public Attributes | |
| const otf2::chrono::duration | start |
| const otf2::chrono::duration | end |
| const otf2::definition::location * | location |
A class representing a member of a collective operation.
This class represents a member of an MPI collective operation.
Definition at line 40 of file CollectiveCommunicationEvent.hpp.
|
inline |
Constructs a new instance of the Member class.
| start | The time when the member did the collective operation call |
| anEnd | The time when the member ended the collective operation call |
| location | Location of the member |
Definition at line 48 of file CollectiveCommunicationEvent.hpp.
|
inline |
Returns the end time of the communication.
Definition at line 73 of file CollectiveCommunicationEvent.hpp.
|
inline |
Returns the location of the member.
Definition at line 82 of file CollectiveCommunicationEvent.hpp.
|
inline |
Returns the start time of the communication.
Definition at line 64 of file CollectiveCommunicationEvent.hpp.
| const otf2::chrono::duration CollectiveCommunicationEvent::Member::end |
The time when the member ended the collective operation call
Definition at line 55 of file CollectiveCommunicationEvent.hpp.
| const otf2::definition::location* CollectiveCommunicationEvent::Member::location |
Location of the member
Definition at line 56 of file CollectiveCommunicationEvent.hpp.
| const otf2::chrono::duration CollectiveCommunicationEvent::Member::start |
The time when the member did the collective operation call
Definition at line 54 of file CollectiveCommunicationEvent.hpp.