FrameMetrics.GpuDuration フィールド

定義

注意事項

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

GPU 期間のメトリック識別子。

[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

フィールド値

Value = 12
属性

注釈

GPU 期間のメトリック識別子。

このフレームが GPU で完了するまでにかかった合計時間をナノ秒単位で表します。

android.view.FrameMetrics.GPU_DURATIONJava ドキュメント。

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

適用対象