aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2026-06-07 17:08:47 +0200
committerPaul Oliver <contact@pauloliver.dev>2026-06-07 17:08:47 +0200
commitcf7daaf435538c9848dfb0fb8dd0e5c9a4c74af2 (patch)
treee6a52115b5a0798a4e3aa07dd3be5520ae020f58
parent6d225cc44104306bac5d32c41734fefc1af95614 (diff)
Adds FPS
-rw-r--r--core/client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/client.cpp b/core/client.cpp
index a5cf6d6..9883f50 100644
--- a/core/client.cpp
+++ b/core/client.cpp
@@ -781,6 +781,7 @@ void gui_render_data_col(void) {
ImGui::LabelText("mvec-loop", "false");
#endif
ImGui::LabelText("data-push", "%#lx", DATA_PUSH_INTERVAL);
+ ImGui::LabelText("fps", "%.1f", g_imgui_io->Framerate);
ImGui::SeparatorText("Data fields");