CTR Pia
4.11.3
Game Communication Engine
|
This class manages PiaClone
profiling.
More...
Public Member Functions | |
CloneProfiler () | |
Instantiates an object with default parameters (default constructor). | |
void | Trace (u64 flag) const |
Prints information that is useful for debugging. More... | |
This class manages PiaClone
profiling.
It adds a feature that profiles the data each instance sends/receives by registering a CloneProfiler
instance for the CloneProtocol
, CloneBase
, and CloneElementBase
instances. CloneProtocol
send/receive tasks can be profiled by configuring instance.
You must use a separate CloneProfiler
instance for each instance of CloneProtocol
, CloneBase
, and CloneElementBase
to be profiled at the same time.
STATION_NUM | The number of stations to measure. Normally you specify the largest number of stations participating in the session. |
LATEST_BUFFER_SIZE | Measures the data sent and received the last LATEST_BUFFER_SIZE times the common::Scheduler::Dispatch() function was called. Specify 0 if not necessary. |
|
inherited |
Prints information that is useful for debugging.
[in] | flag | Specifies the bitwise OR of trace flags. For more information, see the TraceFlag type. |