FrameStatistics.TimeSinceLastPresent Field

Definition

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.

Applies to