
#include <ampiimpl.h>

Public Member Functions | |
| AmpiCounters () | |
| void | output (int idx) |
Data Fields | |
| int | send |
| int | recv |
| int | isend |
| int | irecv |
| int | barrier |
| int | bcast |
| int | gather |
| int | scatter |
| int | allgather |
| int | alltoall |
| int | reduce |
| int | allreduce |
| int | scan |
Definition at line 86 of file ampiimpl.h.
| AmpiCounters::AmpiCounters | ( | ) | [inline] |
| void AmpiCounters::output | ( | int | idx | ) | [inline] |
Definition at line 88 of file ampiimpl.h.
Referenced by AMPI_Send(), AMPI_Ssend(), AmpiCounters(), and output().
Definition at line 88 of file ampiimpl.h.
Referenced by AMPI_Isend(), AMPI_Issend(), AmpiCounters(), and output().
Definition at line 88 of file ampiimpl.h.
Referenced by AMPI_Gather(), AMPI_Gatherv(), AmpiCounters(), and output().
Definition at line 88 of file ampiimpl.h.
Referenced by AMPI_Scatter(), AMPI_Scatterv(), AmpiCounters(), and output().
Definition at line 88 of file ampiimpl.h.
Referenced by AMPI_Allgather(), AMPI_Allgatherv(), AmpiCounters(), and output().
Definition at line 88 of file ampiimpl.h.
Referenced by AMPI_Alltoall(), AMPI_Alltoall2(), AMPI_Alltoallv(), AmpiCounters(), and output().
Definition at line 88 of file ampiimpl.h.
Referenced by AMPI_Reduce(), AmpiCounters(), and output().
Definition at line 88 of file ampiimpl.h.
Referenced by AMPI_Allreduce(), AmpiCounters(), and output().
1.5.5