Class Stats.PerfMetrics | Oculus XR Plugin | 1.3.4
docs.unity3d.com
    Show / Hide Table of Contents

    Class Stats.PerfMetrics

    Provides additional perf metrics. These stats will not be tracked unless the user makes a PerfMetrics.EnablePerfMetrics(true) method call. Not every stat is supported on every Oculus platform and will always return a value of 0 if unsupported.

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

    Properties

    AppCPUTime

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

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

    AppGPUTime

    Reports the time the application spen on the GPU last frame in seconds.

    Declaration
    public static float AppGPUTime { 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

    CompositorGPUTime

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

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

    CPUClockFrequency

    Reports the CPU clock frequency

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

    CPUUtilizationAverage

    Reports the average CPU utilization as a value from 0.0 - 1.0.

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

    CPUUtilizationWorst

    Reports the worst CPU utilization as a value from 0.0 - 1.0.

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

    GPUClockFrequency

    Reports the GPU clock frequency

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

    GPUUtilization

    Reports the GPU utilization as a value from 0.0 - 1.0.

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

    Methods

    EnablePerfMetrics(Boolean)

    Enable or disable provider tracking perf metrics. Perf metrics are disabled by default.

    Declaration
    public static void EnablePerfMetrics(bool enable)
    Parameters
    Type Name Description
    Boolean enable
    In This Article
    • Properties
      • AppCPUTime
      • AppGPUTime
      • CompositorCPUTime
      • CompositorGPUTime
      • CPUClockFrequency
      • CPUUtilizationAverage
      • CPUUtilizationWorst
      • GPUClockFrequency
      • GPUUtilization
    • Methods
      • EnablePerfMetrics(Boolean)
    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