Enum SampleRate
The sample rate of a graph or simple-moving-average counter
Namespace: Unity.Multiplayer.Tools.NetStatsMonitor
Assembly: Unity.Multiplayer.Tools.NetStatsMonitor.Configuration.dll
Syntax
public enum SampleRate
Remarks
In display elements with a PerSecond sample rate, each point or sample corresponds to data collected over a full second, whereas in display elements with a PerFrame sample rate, each point or sample corresponds to data collected in a single frame.
Fields
Name | Description |
---|---|
PerFrame | Graph points and Simple Moving Average counter samples correspond to data collected within a single frame. |
PerSecond | Graph points and Simple Moving Average counter samples correspond to data collected over a full second. |