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();