Class SampleGroup | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class SampleGroup

    Inheritance
    System.Object
    SampleGroup
    Namespace: Unity.PerformanceTesting
    Syntax
    [Serializable]
    public class SampleGroup

    Constructors

    SampleGroup(SampleGroupDefinition)

    Declaration
    public SampleGroup(SampleGroupDefinition definition)
    Parameters
    Type Name Description
    SampleGroupDefinition definition

    Fields

    Average

    Declaration
    public double Average
    Field Value
    Type Description
    System.Double

    Definition

    Declaration
    public SampleGroupDefinition Definition
    Field Value
    Type Description
    SampleGroupDefinition

    Max

    Declaration
    public double Max
    Field Value
    Type Description
    System.Double

    Median

    Declaration
    public double Median
    Field Value
    Type Description
    System.Double

    Min

    Declaration
    public double Min
    Field Value
    Type Description
    System.Double

    PercentileValue

    Declaration
    public double PercentileValue
    Field Value
    Type Description
    System.Double

    SampleCount

    Declaration
    public int SampleCount
    Field Value
    Type Description
    System.Int32

    Samples

    Declaration
    public List<double> Samples
    Field Value
    Type Description
    System.Collections.Generic.List<System.Double>

    StandardDeviation

    Declaration
    public double StandardDeviation
    Field Value
    Type Description
    System.Double

    Sum

    Declaration
    public double Sum
    Field Value
    Type Description
    System.Double

    Zeroes

    Declaration
    public int Zeroes
    Field Value
    Type Description
    System.Int32

    Properties

    Recorder

    Declaration
    public Recorder Recorder { get; set; }
    Property Value
    Type Description
    Recorder

    Methods

    GetAggregateValue()

    Declaration
    public void GetAggregateValue()

    GetRecorder()

    Declaration
    public void GetRecorder()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023