Class ExponentialMovingAverageParams
Parameters for the exponential moving average smoothing method in CounterConfiguration.
Inherited Members
Namespace: Unity.Multiplayer.Tools.NetStatsMonitor
Assembly: solution.dll
Syntax
[Serializable]
public sealed class ExponentialMovingAverageParams
Properties
| Name | Description |
|---|---|
| HalfLife | The half-life (in seconds) by which samples should decay. By default, this is set to one second. |