다음을 통해 공유


FrameMetrics.CommandIssueDuration 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 command issue duration.

[Android.Runtime.Register("COMMAND_ISSUE_DURATION", ApiSince=24)]
[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 CommandIssueDuration = 6;
[<Android.Runtime.Register("COMMAND_ISSUE_DURATION", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.FrameMetricsId enum directly instead of this field.", true)>]
val mutable CommandIssueDuration : Android.Views.FrameMetricsId

Field Value

Value = 6
Attributes

Remarks

Metric identifier for command issue duration.

Represents the number of nanoseconds elapsed issuing draw commands to the GPU.

Java documentation for android.view.FrameMetrics.COMMAND_ISSUE_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