#include <stats.h>
Definition at line 4 of file stats.h.
Stats::Stats | ( | ) | [inline] |
Definition at line 22 of file stats.h.
References charesCreated, charesProcessed, Converse::CkMyPe(), forCharesCreated, forCharesProcessed, groupInitsCreated, groupInitsProcessed, groupMsgsCreated, groupMsgsProcessed, nodeGroupInitsCreated, nodeGroupInitsProcessed, nodeGroupMsgsCreated, nodeGroupMsgsProcessed, and pe.
void* Stats::operator new | ( | size_t | size | ) | [inline] |
Definition at line 20 of file stats.h.
References _allocMsg(), and StatMsg.
void Stats::operator delete | ( | void * | ptr | ) | [inline] |
Definition at line 21 of file stats.h.
References CkFreeMsg().
void Stats::combine | ( | const Stats *const | other | ) | [inline] |
Definition at line 37 of file stats.h.
References charesCreated, charesProcessed, forCharesCreated, forCharesProcessed, groupInitsCreated, groupInitsProcessed, groupMsgsCreated, groupMsgsProcessed, nodeGroupInitsCreated, nodeGroupInitsProcessed, nodeGroupMsgsCreated, and nodeGroupMsgsProcessed.
Referenced by _printStats().
void Stats::recordCreateChare | ( | int | x = 1 |
) | [inline] |
void Stats::recordProcessChare | ( | int | x = 1 |
) | [inline] |
void Stats::recordSendMsg | ( | int | x = 1 |
) | [inline] |
void Stats::recordProcessMsg | ( | int | x = 1 |
) | [inline] |
void Stats::recordCreateGroup | ( | int | x = 1 |
) | [inline] |
void Stats::recordProcessGroup | ( | int | x = 1 |
) | [inline] |
void Stats::recordSendBranch | ( | int | x = 1 |
) | [inline] |
void Stats::recordProcessBranch | ( | int | x = 1 |
) | [inline] |
void Stats::recordCreateNodeGroup | ( | int | x = 1 |
) | [inline] |
void Stats::recordProcessNodeGroup | ( | int | x = 1 |
) | [inline] |
void Stats::recordSendNodeBranch | ( | int | x = 1 |
) | [inline] |
void Stats::recordProcessNodeBranch | ( | int | x = 1 |
) | [inline] |
UInt Stats::getPe | ( | void | ) | const [inline] |
Definition at line 63 of file stats.h.
References pe.
Referenced by _exitHandler().
UInt Stats::getCharesCreated | ( | void | ) | const [inline] |
Definition at line 64 of file stats.h.
References charesCreated.
Referenced by _printStats().
UInt Stats::getCharesProcessed | ( | void | ) | const [inline] |
Definition at line 65 of file stats.h.
References charesProcessed.
Referenced by _printStats().
UInt Stats::getForCharesCreated | ( | void | ) | const [inline] |
UInt Stats::getForCharesProcessed | ( | void | ) | const [inline] |
UInt Stats::getGroupsCreated | ( | void | ) | const [inline] |
UInt Stats::getGroupsProcessed | ( | void | ) | const [inline] |
UInt Stats::getGroupMsgsCreated | ( | void | ) | const [inline] |
UInt Stats::getGroupMsgsProcessed | ( | void | ) | const [inline] |
UInt Stats::getNodeGroupsCreated | ( | void | ) | const [inline] |
UInt Stats::getNodeGroupsProcessed | ( | void | ) | const [inline] |
UInt Stats::getNodeGroupMsgsCreated | ( | void | ) | const [inline] |
UInt Stats::getNodeGroupMsgsProcessed | ( | void | ) | const [inline] |
UInt Stats::charesCreated [private] |
Definition at line 7 of file stats.h.
Referenced by combine(), getCharesCreated(), recordCreateChare(), and Stats().
UInt Stats::charesProcessed [private] |
Definition at line 8 of file stats.h.
Referenced by combine(), getCharesProcessed(), recordProcessChare(), and Stats().
UInt Stats::forCharesCreated [private] |
Definition at line 9 of file stats.h.
Referenced by combine(), getForCharesCreated(), recordSendMsg(), and Stats().
UInt Stats::forCharesProcessed [private] |
Definition at line 10 of file stats.h.
Referenced by combine(), getForCharesProcessed(), recordProcessMsg(), and Stats().
UInt Stats::groupInitsCreated [private] |
Definition at line 11 of file stats.h.
Referenced by combine(), getGroupsCreated(), recordCreateGroup(), and Stats().
UInt Stats::groupInitsProcessed [private] |
Definition at line 12 of file stats.h.
Referenced by combine(), getGroupsProcessed(), recordProcessGroup(), and Stats().
UInt Stats::groupMsgsCreated [private] |
Definition at line 13 of file stats.h.
Referenced by combine(), getGroupMsgsCreated(), recordSendBranch(), and Stats().
UInt Stats::groupMsgsProcessed [private] |
Definition at line 14 of file stats.h.
Referenced by combine(), getGroupMsgsProcessed(), recordProcessBranch(), and Stats().
UInt Stats::nodeGroupInitsCreated [private] |
Definition at line 15 of file stats.h.
Referenced by combine(), getNodeGroupsCreated(), recordCreateNodeGroup(), and Stats().
UInt Stats::nodeGroupInitsProcessed [private] |
Definition at line 16 of file stats.h.
Referenced by combine(), getNodeGroupsProcessed(), recordProcessNodeGroup(), and Stats().
UInt Stats::nodeGroupMsgsCreated [private] |
Definition at line 17 of file stats.h.
Referenced by combine(), getNodeGroupMsgsCreated(), recordSendNodeBranch(), and Stats().
UInt Stats::nodeGroupMsgsProcessed [private] |
Definition at line 18 of file stats.h.
Referenced by combine(), getNodeGroupMsgsProcessed(), recordProcessNodeBranch(), and Stats().