docs.unity3d.com
    Show / Hide Table of Contents

    Class PerformanceTestResult

    Represents a performance test result.

    Inheritance
    Object
    PerformanceTestResult
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.PerformanceTesting.Data
    Syntax
    [Serializable]
    public class PerformanceTestResult

    Fields

    Categories

    Categories.

    Declaration
    public List<string> Categories
    Field Value
    Type Description
    List<String>

    ClassName

    Test script name.

    Declaration
    public string ClassName
    Field Value
    Type Description
    String

    MethodName

    Test method name.

    Declaration
    public string MethodName
    Field Value
    Type Description
    String

    Name

    Full test name.

    Declaration
    public string Name
    Field Value
    Type Description
    String

    SampleGroups

    Groups of performance samples.

    Declaration
    public List<SampleGroup> SampleGroups
    Field Value
    Type Description
    List<SampleGroup>

    Version

    Test version.

    Declaration
    public string Version
    Field Value
    Type Description
    String
    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