1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-12-23 06:55:30 +01:00

Bring back max runstep profiler entry (#16766)

This commit is contained in:
lhofhansl
2025-12-21 10:42:01 +01:00
committed by GitHub
parent 0535b0c09d
commit c4dd90b350

View File

@@ -136,6 +136,7 @@ void *ServerThread::run()
while (!stopRequested()) { while (!stopRequested()) {
framemarker.start(); framemarker.start();
ScopeProfiler spm(g_profiler, "Server::RunStep() (max)", SPT_MAX);
u64 t0 = porting::getTimeUs(); u64 t0 = porting::getTimeUs();