
#include <ComlibStats.h>

Public Member Functions | |
| ComlibLocalStats (int _strats) | |
| ComlibLocalStats () | |
| void | setNstrats (int nst) |
| void | recordSend (int sid, int size, int dest) |
| void | recordRecv (int sid, int size, int src) |
| void | recordSendM (int sid, int size, int *dest_m, int ndest) |
| void | recordRecvM (int sid, int size, int *src_m, int nsrc) |
| void | reset () |
| void | pup (PUP::er &p) |
| ComlibLocalStats & | operator= (ComlibLocalStats &in) |
Data Fields | |
| CkVec< ComlibComRec > | cdata |
| int | nstrats |
Definition at line 193 of file ComlibStats.h.
| ComlibLocalStats::ComlibLocalStats | ( | int | _strats | ) | [inline] |
| ComlibLocalStats::ComlibLocalStats | ( | ) | [inline] |
| void ComlibLocalStats::setNstrats | ( | int | nst | ) | [inline] |
| void ComlibLocalStats::reset | ( | void | ) | [inline] |
| void ComlibLocalStats::pup | ( | PUP::er & | p | ) | [inline] |
| ComlibLocalStats& ComlibLocalStats::operator= | ( | ComlibLocalStats & | in | ) | [inline] |
Definition at line 258 of file ComlibStats.h.
References cdata, CmiAlloc(), nstrats, CkVec< T >::resize(), and CkVec< T >::size().
Definition at line 195 of file ComlibStats.h.
Referenced by ComlibGlobalStats::getAverageStats(), operator=(), pup(), recordRecv(), recordRecvM(), recordSend(), recordSendM(), reset(), and setNstrats().
Definition at line 196 of file ComlibStats.h.
Referenced by ComlibLocalStats(), operator=(), pup(), recordRecv(), recordRecvM(), recordSend(), recordSendM(), reset(), and setNstrats().
1.5.5