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

    Class ThreadData

    Inheritance
    System.Object
    ThreadData
    Namespace: UnityEditor.Performance.ProfileAnalyzer
    Syntax
    public class ThreadData

    Constructors

    ThreadData(String)

    Declaration
    public ThreadData(string _threadName)
    Parameters
    Type Name Description
    System.String _threadName

    Fields

    frames

    Declaration
    public List<ThreadFrameTime> frames
    Field Value
    Type Description
    System.Collections.Generic.List<ThreadFrameTime>

    maxFrameIndex

    Declaration
    public int maxFrameIndex
    Field Value
    Type Description
    System.Int32

    medianFrameIndex

    Declaration
    public int medianFrameIndex
    Field Value
    Type Description
    System.Int32

    minFrameIndex

    Declaration
    public int minFrameIndex
    Field Value
    Type Description
    System.Int32

    msLowerQuartile

    Declaration
    public float msLowerQuartile
    Field Value
    Type Description
    System.Single

    msMax

    Declaration
    public float msMax
    Field Value
    Type Description
    System.Single

    msMedian

    Declaration
    public float msMedian
    Field Value
    Type Description
    System.Single

    msMin

    Declaration
    public float msMin
    Field Value
    Type Description
    System.Single

    msUpperQuartile

    Declaration
    public float msUpperQuartile
    Field Value
    Type Description
    System.Single

    threadGroupIndex

    Declaration
    public int threadGroupIndex
    Field Value
    Type Description
    System.Int32

    threadGroupName

    Declaration
    public string threadGroupName
    Field Value
    Type Description
    System.String

    threadNameWithIndex

    Declaration
    public string threadNameWithIndex
    Field Value
    Type Description
    System.String

    threadsInGroup

    Declaration
    public int threadsInGroup
    Field Value
    Type Description
    System.Int32

    Methods

    GetFrame(Int32)

    Declaration
    public ThreadFrameTime GetFrame(int frameIndex)
    Parameters
    Type Name Description
    System.Int32 frameIndex
    Returns
    Type Description
    ThreadFrameTime
    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