Delen via


HolographicFramePresentationReport.AppGpuDuration Property

Definition

The amount of GPU time which was consumed by the app.

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

Property Value

Attributes

Remarks

Concretely, the difference between the app's first and last GPU command, minus any overlapping compositor GPU usage (i.e. due to pre-emption).

Applies to