IADLXFPS

The IADLXFPS interface provides information of an FPS metric sample, such as the timestamp and the FPS.

InterfaceId:

IADLXFPS

Smart Pointer Interface Name:

IADLXFPSPtr

Inherits:

IADLXInterface

Inherited By:

N/A

Note: The FPS metric is only available while a 3D graphics application or game runs in exclusive full screen mode.

Methods

Method

Description

FPS

Gets the FPS when this metric set was acquired.

TimeStamp

Gets the timestamp of an FPS metric sample.

Requirements

Header

include “IPerformanceMonitoring.h”

Minimum version

1.0

Example

To see how to use this interface in a C++ application, refer to the PerfFPSMetrics C++ sample .

For a C application, refer to the PerfFPSMetrics C sample .