From c4dd90b3501f53f821d31d16bf54d8c849c813fc Mon Sep 17 00:00:00 2001 From: lhofhansl Date: Sun, 21 Dec 2025 10:42:01 +0100 Subject: [PATCH] Bring back max runstep profiler entry (#16766) --- src/server.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/server.cpp b/src/server.cpp index 806ff8047..f585e7705 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -136,6 +136,7 @@ void *ServerThread::run() while (!stopRequested()) { framemarker.start(); + ScopeProfiler spm(g_profiler, "Server::RunStep() (max)", SPT_MAX); u64 t0 = porting::getTimeUs();