共用方式為


FrameMetrics.CommandIssueDuration 欄位

定義

警告

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

命令問題持續時間的計量識別碼。

[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

欄位值

Value = 6
屬性

備註

命令問題持續時間的計量識別碼。

表示發出繪製命令至 GPU 的奈秒數。

android.view.FrameMetrics.COMMAND_ISSUE_DURATION JAVA 檔。

此頁面的部分是根據所建立和共用的工作進行修改,並根據 2.5 屬性授權中所述的詞彙來使用。

適用於