Unity.Multiplayer.Tools.NetStatsMonitor.SampleRate
The sample rate of a graph or simple-moving-average counter
#
Namespace: System.Dynamic.ExpandoObject#
Assembly: Tools.dll#
Syntax#
RemarksIn 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.
#
FieldsName | 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. |