feat: Add frame time performance graph imgui overlay #319

Merged
icex2 merged 2 commits from pr319 into master 2025-02-09 01:21:27 +03:00
icex2 commented 2025-02-07 17:19:14 +03:00 (Migrated from github.com)

A overlay window showing the a frame time graph with
the current frame time, ~10 seconds of history as well
as reference lines for the current avg. and a configurable
target frame time.

This is considered a debug tool to support in any efforts
that are related to understanding current frame times
of the games. More specifically this can be used to asses
impact of any bemanitools hooking to the game’s main
(render) loop.

A overlay window showing the a frame time graph with the current frame time, ~10 seconds of history as well as reference lines for the current avg. and a configurable target frame time. This is considered a debug tool to support in any efforts that are related to understanding current frame times of the games. More specifically this can be used to asses impact of any bemanitools hooking to the game’s main (render) loop.
Sign in to join this conversation.