docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PerformanceTestResult

    Represents a performance test result.

    Inheritance
    object
    PerformanceTestResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.PerformanceTesting.Data
    Assembly: Unity.PerformanceTesting.dll
    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
    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)