22 if (FPSList.size() > 50) FPSList.erase(FPSList.begin());
24 FPSPlotUpdateDelay = 0;
27 ImGui::Begin(
"Profiller");
30 ImGui::PlotLines(
"", FPSList.data(), (
u32)FPSList.size(), 0, 0, FLT_MAX, FLT_MAX, { ImGui::GetWindowWidth() - 15.0f, ImGui::GetWindowHeight() - 56.0f });
static const float UpdateDelay
static float GetDeltaTime()
Application profiller GUI window class definition module.
Render bridge class implementation module. Static class for making calls to low-level render api,...
Sculpto library prehompiled header. Defines common definitions, includes commonly used modules.
Timer, calculating interframe deltatime and fps class implementation module.