Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TryGetCompositorGPUTimeLastFrame(out float)

Retrieves the amount of time that the GPU spent executing the compositor renderer during the last frame, as reported by the XR Plugin. Measured in seconds.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine.XR
  • Assembly: UnityEngine.XRModule

TryGetCompositorGPUTimeLastFrame(float)

public bool TryGetCompositorGPUTimeLastFrame(out float gpuTimeLastFrameCompositor)

Parameters

gpuTimeLastFrameCompositor

Outputs the time spent by the GPU for the compositor during the last frame.

Returns

Type

Description

boolReturns true if the GPU time spent on the last frame is available. Returns false if that time is unavailable.

Remarks

You can use this method to get more accurate timing information from the SDK, including information about GPU time spent in SDK-specific layers.
Statistics are only available for SDKs that support this method, and they can vary based on hardware, the SDK, and the frame. You should always check the return value of this method before you use the statistic value from the out parameter.