D3DKMT_TRACKEDWORKLOAD_STATISTICS structure

Creates a tracked workload statistic.

Note

This Tracked Workload implementation is removed from Windows 10 version 2003 until further notice, and was deprecated from earlier OS versions as part of a security fix.

Syntax

typedef struct _D3DKMT_TRACKEDWORKLOAD_STATISTICS {
  INT64 Mean;
  INT64 Minimum;
  INT64 Maximum;
  INT64 Variance;
} D3DKMT_TRACKEDWORKLOAD_STATISTICS;

Members

Mean

Average value for the given set.

Minimum

Minimum value for the given set.

Maximum

Maximum value for the given set.

Variance

Amount of variation for the given set.

Requirements

Header d3dkmthk.h