|
void | ReserveComponentStats (NetComponentId netComponentId, uint16_t propertyCount, uint16_t rpcCount) |
|
void | RecordEntitySerializeStart (AzNetworking::SerializerMode mode, AZ::EntityId entityId, const char *entityName) |
|
void | RecordComponentSerializeEnd (AzNetworking::SerializerMode mode, NetComponentId netComponentId) |
|
void | RecordEntitySerializeStop (AzNetworking::SerializerMode mode, AZ::EntityId entityId, const char *entityName) |
|
void | RecordPropertySent (NetComponentId netComponentId, PropertyIndex propertyId, uint32_t totalBytes) |
|
void | RecordPropertyReceived (NetComponentId netComponentId, PropertyIndex propertyId, uint32_t totalBytes) |
|
void | RecordRpcSent (AZ::EntityId entityId, const char *entityName, NetComponentId netComponentId, RpcIndex rpcId, uint32_t totalBytes) |
|
void | RecordRpcReceived (AZ::EntityId entityId, const char *entityName, NetComponentId netComponentId, RpcIndex rpcId, uint32_t totalBytes) |
|
void | RecordFrameTime (AZ::TimeUs networkFrameTime) |
|
void | TickStats (AZ::TimeMs metricFrameTimeMs) |
|
Metric | CalculateComponentPropertyUpdateSentMetrics (NetComponentId netComponentId) const |
|
Metric | CalculateComponentPropertyUpdateRecvMetrics (NetComponentId netComponentId) const |
|
Metric | CalculateComponentRpcsSentMetrics (NetComponentId netComponentId) const |
|
Metric | CalculateComponentRpcsRecvMetrics (NetComponentId netComponentId) const |
|
Metric | CalculateTotalPropertyUpdateSentMetrics () const |
|
Metric | CalculateTotalPropertyUpdateRecvMetrics () const |
|
Metric | CalculateTotalRpcsSentMetrics () const |
|
Metric | CalculateTotalRpcsRecvMetrics () const |
|
void | ConnectHandlers (EventHandlers &handlers) |
|