Skip to main content

Unity.Multiplayer.Tools.NetStatsMonitor.SampleRate

The sample rate of a graph or simple-moving-average counter

Namespace: System.Dynamic.ExpandoObject#
Assembly: Tools.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#

NameDescription
PerFrameGraph points and Simple Moving Average counter samples correspond to data collected within a single frame.
PerSecondGraph points and Simple Moving Average counter samples correspond to data collected over a full second.