Share via


HolographicFramePresentationReport.AppGpuOverrun プロパティ

定義

アプリが費やした GPU 時間のうち、プレゼンテーションのターゲット時間を超えた時間。

public:
 property TimeSpan AppGpuOverrun { TimeSpan get(); };
TimeSpan AppGpuOverrun();
/// [get: Windows.Foundation.Metadata.Deprecated("Use IHolographicFrameScanoutReport instead of IHolographicFramePresentationReport. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
TimeSpan AppGpuOverrun();
public System.TimeSpan AppGpuOverrun { get; }
public System.TimeSpan AppGpuOverrun { [Windows.Foundation.Metadata.Deprecated("Use IHolographicFrameScanoutReport instead of IHolographicFramePresentationReport. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")] get; }
var timeSpan = holographicFramePresentationReport.appGpuOverrun;
Public ReadOnly Property AppGpuOverrun As TimeSpan

プロパティ値

属性

注釈

アプリの GPU の作業が、予想される時間にプレゼンテーションのために取得される時間内に終了すると、負の値になります。

適用対象