Planeshift
|
Statistics of receiving or sending of network messages. More...
#include <netprofile.h>
Public Member Functions | |
void | AddReceivedMsg (MsgEntry *me) |
void | AddSentMsg (MsgEntry *me) |
csString | Dump () |
void | Reset () |
![]() | |
void | Dump (const csStringFast< 50 > &unitName, csStringFast< 50 > &header, csStringFast< 50 > &list) |
Builds textual description of all profilling statistics and returns it in two separate parts. More... | |
psOperProfileSet () | |
void | Reset () |
Protected Member Functions | |
void | AddEnoughRecords (csArray< psOperProfile * > &profs, int neededIndex, const char *desc) |
Protected Attributes | |
csArray< psOperProfile * > | recvProfs |
Statistics for receiving and sending of different message types. More... | |
csArray< psOperProfile * > | sentProfs |
![]() | |
csPDelArray< psOperProfile > | profs |
csTicks | profStart |
keeps statistics of all operations More... | |
Statistics of receiving or sending of network messages.
Definition at line 35 of file netprofile.h.
|
protected |
void psNetMsgProfiles::AddReceivedMsg | ( | MsgEntry * | me | ) |
void psNetMsgProfiles::AddSentMsg | ( | MsgEntry * | me | ) |
csString psNetMsgProfiles::Dump | ( | ) |
void psNetMsgProfiles::Reset | ( | ) |
|
protected |
Statistics for receiving and sending of different message types.
Definition at line 48 of file netprofile.h.
|
protected |
Definition at line 48 of file netprofile.h.