Enum AggregationMethod
Enum to select the different aggregation method offered by CounterConfiguration.
Namespace: Unity.Multiplayer.Tools.NetStatsMonitor
Assembly: Unity.Multiplayer.Tools.NetStatsMonitor.Configuration.dll
Syntax
public enum AggregationMethod
Fields
Name | Description |
---|---|
Average | Aggregation using the average of multiple stats. |
Sum | Aggregation using the sum of multiple stats. |