mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13:46 +01:00
Track server's max AsyncRunStep
This commit is contained in:
parent
3d232e2345
commit
f9b1176fa9
@ -119,6 +119,7 @@ void *ServerThread::run()
|
||||
}
|
||||
|
||||
while (!stopRequested()) {
|
||||
ScopeProfiler spm(g_profiler, "Server::RunStep() (max)", SPT_MAX);
|
||||
try {
|
||||
m_server->AsyncRunStep();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user