Skip to content

IADLXFPS

Navigation: ADLX SDK ReferencesADLX InterfacesPerformance Monitoring

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

MethodDescription
FPSGets the FPS when this metric set was acquired.
TimeStampGets the timestamp of an FPS metric sample.

Requirements

Headerinclude “IPerformanceMonitoring.h”
Minimum version1.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.

Subpages

  • FPS - Gets the FPS when this metric set was acquired.
  • TimeStamp - Gets the timestamp of an FPS metric sample.

See Also: FPS, TimeStamp, IADLXInterface, PerfFPSMetrics, PerfFPSMetrics