CTR Pia
4.11.3
Game Communication Engine
|
Manages the sequence ID of the packet. In conjunction with this, includes a profiling feature for packet loss. More...
Public Member Functions | |
u16 | GetProfiledMulticastPacketNum () const |
Gets the number of multicast packets profiled. This function is thread-safe. More... | |
u16 | GetProfiledPacketLossNum () const |
Gets the number of profiled packet losses. This function is thread-safe. More... | |
u16 | GetProfiledTotalPacketNum () const |
Gets the total number of profiled packets. This function is thread-safe. More... | |
void | StartProfile () |
Starts profiling. | |
void | StopProfile () |
Stops profiling. | |
virtual void | Trace (u64 flag) const |
Prints information that is useful for debugging. More... | |
Manages the sequence ID of the packet. In conjunction with this, includes a profiling feature for packet loss.
2013-03-25 Removed the GetProfiledToAllPacketNum
function and added the GetProfiledMulticastPacketNum
function.
2012-06-28 Clearly indicated which functions are thread-safe.
2012-06-21 Made the constructor and destructor private.
2012-04-19 Made it possible to count the packets addressed to STATION_INDEX_ALL
.
2012-04-06 Initial version.
|
inline |
Gets the number of multicast packets profiled. This function is thread-safe.
|
inline |
Gets the number of profiled packet losses. This function is thread-safe.
|
inline |
Gets the total number of profiled packets. This function is thread-safe.
|
virtual |
Prints information that is useful for debugging.
[in] | flag | Specifies the bitwise OR of trace flags. For more information, see the TraceFlag type. |