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

    Class ProfileFrame

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

    Constructors

    ProfileFrame()

    Declaration
    public ProfileFrame()

    ProfileFrame(BinaryReader, Int32)

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

    Fields

    msFrame

    Declaration
    public float msFrame
    Field Value
    Type Description
    System.Single

    msStartTime

    Declaration
    public double msStartTime
    Field Value
    Type Description
    System.Double

    threads

    Declaration
    public List<ProfileThread> threads
    Field Value
    Type Description
    System.Collections.Generic.List<ProfileThread>

    Methods

    Add(ProfileThread)

    Declaration
    public void Add(ProfileThread thread)
    Parameters
    Type Name Description
    ProfileThread thread

    IsSame(ProfileFrame)

    Declaration
    public bool IsSame(ProfileFrame otherFrame)
    Parameters
    Type Name Description
    ProfileFrame otherFrame
    Returns
    Type Description
    System.Boolean

    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