Class SimpleMovingAverageParams
Parameters for the simple moving average smoothing method in CounterConfiguration.
Inherited Members
Namespace: Unity.Multiplayer.Tools.NetStatsMonitor
Assembly: solution.dll
Syntax
[Serializable]
public sealed class SimpleMovingAverageParams
Properties
| Name | Description |
|---|---|
| SampleCount | The number of samples that are maintained for the purpose of smoothing. |
| SampleRate | The sample rate of the Simple Moving Average counter. |