共用方式為


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 使用量 (,也就是因為預先清空) 。

適用於