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 사용량(즉, 선점으로 인해)을 뺀 값입니다.

적용 대상