FrameStatistics.TimeSinceLastPresent Field
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 time between subsequent calls to PresentFrame on the CPU.
public: float TimeSinceLastPresent;
public float TimeSinceLastPresent;
val mutable TimeSinceLastPresent : single
Public TimeSinceLastPresent As Single
Field Value
Remarks
Values greater than the display duration (for example 16.6 ms on a 60-Hz client device) indicate issues caused by the client application not finishing its CPU workload in time.