docs.unity3d.com
    Show / Hide Table of Contents

    Class Stats.AppMetrics

    Provides additional application metrics. These metrics will not be tracked unless the user makes a AppMetrics.EnableAppMetrics(true) method call.

    Note: AppMetrics are deprecated and currently return 0 on all Oculus runtimes. The suggested replacement is to use the profiling tools available via the Oculus Developer Hub: https://developer.oculus.com/documentation/unity/ts-odh-logs-metrics/

    Inheritance
    Object
    Stats.AppMetrics
    Namespace: Unity.XR.Oculus
    Syntax
    public static class AppMetrics

    Properties

    AppCPUElapsedTime

    Declaration
    public static float AppCPUElapsedTime { get; }
    Property Value
    Type Description
    Single

    AppQueueAheadTime

    Declaration
    public static float AppQueueAheadTime { get; }
    Property Value
    Type Description
    Single

    CompositorCPUTime

    Reports the time the compositor spent on the CPU last frame in seconds.

    Declaration
    public static float CompositorCPUTime { get; }
    Property Value
    Type Description
    Single

    CompositorDroppedFrames

    Reports the number of frames dropped by the compositor.

    Declaration
    public static float CompositorDroppedFrames { get; }
    Property Value
    Type Description
    Single

    CompositorLatency

    Declaration
    public static float CompositorLatency { get; }
    Property Value
    Type Description
    Single

    CPUStartToGPUEnd

    Reports the total time from beginning of the main thread until compositor frame submission.

    Declaration
    public static float CPUStartToGPUEnd { get; }
    Property Value
    Type Description
    Single

    GPUEndToVsync

    Reports the total time from compositor frame submission until the frame sync point.

    Declaration
    public static float GPUEndToVsync { get; }
    Property Value
    Type Description
    Single

    Methods

    EnableAppMetrics(Boolean)

    Declaration
    public static void EnableAppMetrics(bool enable)
    Parameters
    Type Name Description
    Boolean enable
    Back to top
    Terms of use
    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