I want to write a program that will check the frame rate of any application. My goal is to secure FPS and time of each frame . I have written such an application, it uses the Rivatuner Statistics Server API and does not work without it.

Are there any ready-made solutions in the form of DLL for getting information about frames of third-party applications?

    1 answer 1

    This can be done through Windows Event Tracing, subscribing to the relevant events. As a reference implementation, you can see PresentMon . Actually, you can not even write your program, since this is all already implemented in PresentMon.