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

    Class ProfilerWindowInterface

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

    Constructors

    ProfilerWindowInterface()

    Declaration
    public ProfilerWindowInterface()

    Methods

    CloseProfiler()

    Declaration
    public void CloseProfiler()

    GetFrameRangeFromProfiler(out Int32, out Int32)

    Declaration
    public bool GetFrameRangeFromProfiler(out int first, out int last)
    Parameters
    Type Name Description
    System.Int32 first
    System.Int32 last
    Returns
    Type Description
    System.Boolean

    GetFrameTime(Int32)

    Declaration
    public float GetFrameTime(int frameIndex)
    Parameters
    Type Name Description
    System.Int32 frameIndex
    Returns
    Type Description
    System.Single

    GetProfilerWindowMarkerName()

    Declaration
    public string GetProfilerWindowMarkerName()
    Returns
    Type Description
    System.String

    GetTimeLineGUI()

    Declaration
    public object GetTimeLineGUI()
    Returns
    Type Description
    System.Object

    IsProfilerWindowOpen()

    Declaration
    public bool IsProfilerWindowOpen()
    Returns
    Type Description
    System.Boolean

    IsReady()

    Declaration
    public bool IsReady()
    Returns
    Type Description
    System.Boolean

    JumpToFrame(Int32)

    Declaration
    public bool JumpToFrame(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    System.Boolean

    OpenProfilerOrUseExisting()

    Declaration
    public void OpenProfilerOrUseExisting()

    SetProfilerWindowMarkerName(String, List<String>)

    Declaration
    public void SetProfilerWindowMarkerName(string markerName, List<string> threadFilters)
    Parameters
    Type Name Description
    System.String markerName
    System.Collections.Generic.List<System.String> threadFilters
    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