feat: Add frame time performance graph imgui overlay (#319)

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.
This commit is contained in:
icex2
2025-02-08 23:21:27 +01:00
committed by GitHub
parent 3090b9a029
commit ea29b44b70
6 changed files with 365 additions and 0 deletions

View File

@@ -162,6 +162,7 @@ include src/main/iidxio/Module.mk
include src/main/iidxiotest/Module.mk
include src/main/imgui/Module.mk
include src/main/imgui-bt/Module.mk
include src/main/imgui-debug/Module.mk
include src/main/inject/Module.mk
include src/main/jbio-magicbox/Module.mk
include src/main/jbio-p4io/Module.mk