HolographicFramePresentationReport.AppGpuDuration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).