HolographicFramePresentationReport.AppGpuOverrun Property

Definition

The amount of GPU time the app spent which went beyond its presentation target time.

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

Property Value

Attributes

Remarks

Will be negative when the app's GPU work finishes in time to be picked up for presentation at the expected time.

Applies to