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

    Class ProfileThread

    Inheritance
    System.Object
    ProfileThread
    Namespace: UnityEditor.Performance.ProfileAnalyzer
    Syntax
    [Serializable]
    public class ProfileThread

    Constructors

    ProfileThread()

    Declaration
    public ProfileThread()

    ProfileThread(BinaryReader, Int32)

    Declaration
    public ProfileThread(BinaryReader reader, int fileVersion)
    Parameters
    Type Name Description
    System.IO.BinaryReader reader
    System.Int32 fileVersion

    Fields

    markers

    Declaration
    public List<ProfileMarker> markers
    Field Value
    Type Description
    System.Collections.Generic.List<ProfileMarker>

    threadIndex

    Declaration
    public int threadIndex
    Field Value
    Type Description
    System.Int32

    Methods

    Add(ProfileMarker)

    Declaration
    public void Add(ProfileMarker marker)
    Parameters
    Type Name Description
    ProfileMarker marker

    Write(BinaryWriter)

    Declaration
    public void Write(BinaryWriter writer)
    Parameters
    Type Name Description
    System.IO.BinaryWriter writer
    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