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_DURATIONJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象