次の方法で共有


HolographicFramePresentationReport.AppGpuDuration プロパティ

定義

アプリによって消費された GPU 時間。

public:
 property TimeSpan AppGpuDuration { TimeSpan get(); };
TimeSpan AppGpuDuration();
/// [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 AppGpuDuration();
public System.TimeSpan AppGpuDuration { get; }
public System.TimeSpan AppGpuDuration { [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.appGpuDuration;
Public ReadOnly Property AppGpuDuration As TimeSpan

プロパティ値

属性

注釈

具体的には、アプリの最初と最後の GPU コマンドの違いから、重なり合うコンポジター GPU の使用量を差し引いた値 (プリエンプソンによる)。

適用対象