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:
@@ -136,6 +136,7 @@ void *ServerThread::run()
|
||||
|
||||
while (!stopRequested()) {
|
||||
framemarker.start();
|
||||
ScopeProfiler spm(g_profiler, "Server::RunStep() (max)", SPT_MAX);
|
||||
|
||||
u64 t0 = porting::getTimeUs();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user