HolographicFrameRenderingReport.SystemRelativeActualGpuFinishTime 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.
Gets the time at which all GPU work needed for reprojection is known to be finished. This includes any overlay work or other hologram compositor post-processing needed to prepare the final image.
public:
property TimeSpan SystemRelativeActualGpuFinishTime { TimeSpan get(); };
TimeSpan SystemRelativeActualGpuFinishTime();
public System.TimeSpan SystemRelativeActualGpuFinishTime { get; }
var timeSpan = holographicFrameRenderingReport.systemRelativeActualGpuFinishTime;
Public ReadOnly Property SystemRelativeActualGpuFinishTime As TimeSpan
Property Value
The time at which all GPU work needed for reprojection is known to be finished.
Remarks
Note that this value is an upper bound because computing precise GPU timestamps may not be possible on all platforms. Therefore this value cannot be used to infer if this frame scanned out on schedule. Use MissedLatchCount to determine this instead.