docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)