benchmark_toolbox: fps and tab reorder

This commit is contained in:
souldbminersmwc
2026-06-11 19:19:46 -04:00
parent 319fa2bf8f
commit 32dbdcabca
4 changed files with 59 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ extern "C" {
void run_furmark_start(int which);
void run_furmark_stop(void);
int run_furmark_running(void);
float run_furmark_fps(void);
float run_furmark_cpu_fps(void);
#ifdef __cplusplus
}