FrameMetrics.GpuDuration Field

Definition

Caution

This constant will be removed in the future version. Use Android.Views.FrameMetricsId enum directly instead of this field.

Metric identifier for GPU duration.

[Android.Runtime.Register("GPU_DURATION", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.FrameMetricsId enum directly instead of this field.", true)]
public const Android.Views.FrameMetricsId GpuDuration = 12;
[<Android.Runtime.Register("GPU_DURATION", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.FrameMetricsId enum directly instead of this field.", true)>]
val mutable GpuDuration : Android.Views.FrameMetricsId

Field Value

Value = 12
Attributes

Remarks

Metric identifier for GPU duration.

Represents the total time in nanoseconds this frame took to complete on the GPU.

Java documentation for android.view.FrameMetrics.GPU_DURATION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to