COMPOSITION_FRAME_STATS structure (dcomptypes.h)

Describes timing and composition statistics for a compositor frame.

Syntax

typedef struct tagCOMPOSITION_FRAME_STATS {
  UINT64 startTime;
  UINT64 targetTime;
  UINT64 framePeriod;
} COMPOSITION_FRAME_STATS;

Members

startTime

Type: UINT64

The time the frame started.

targetTime

Type: UINT64

The frame's target time.

framePeriod

Type: UINT64

The amount of time the frame took.

Requirements

Requirement Value
Minimum supported client Windows Build 22000
Minimum supported server Windows Build 22000
Header dcomptypes.h