HolographicFramePresentationReport.AppGpuOverrun 속성

정의

앱이 프레젠테이션 대상 시간을 초과하여 소비한 GPU 시간입니다.

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

속성 값

특성

설명

앱의 GPU 작업이 예상 시간에 프레젠테이션을 위해 선택될 때 음수입니다.

적용 대상